Html Css Color HEX #CB605B Indian Red

📋 copy color: '#CB605B'

red 203 ◦ green 96 ◦ blue 91

#CB605B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #CB605B

Tints of Indian Red #CB605B

RGB

 RED value IS 203 (79.69% from 255) = 52.05%

 GREEN value IS 96 (37.89% from 255) = 24.62%

 BLUE value IS 91 (35.94% from 255) = 23.33%

R = 52.05%
G = 24.62%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.55

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB605B (or 0xCB605B) is known color: Indian Red. HEX triplet: CB, 60 and 5B. RGB value is (203,96,91). Sum of RGB (Red+Green+Blue) = 203+96+91=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 91 (35.94% from 255 or 23.33% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB605B is #349FA4. Grayscale: #7F7F7F. Windows color (decimal): -3448741 or 5988555. OLE color: 5988555.

HSL color Cylindrical-coordinate representation of color #CB605B: hue angle of 2.68º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB605B is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 96 91 -
CMYK 0 0.53 0.55 0.20
HSL 2.68º 0.52% 0.58% -
HSV(B) 2.68º 0.55% 0.8% -
XYZ 30.7 21.82 12.49 -
YUV 127.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 203 96 91 0 0.53 0.55 0.20 2.68 0.52 0.58
Hex CB 60 5B 0 35 37 14 3 34 3A
Octal 313 140 133 0 65 67 24 3 64 72
Binary 11001011 1100000 1011011 0 110101 110111 10100 11 110100 111010

Color Harmonies of #CB605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB605B

Black with #CB605B

Text Example


Text Example

White with #CB605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB605B; }

 p { color: rgb(203,96,91); }

 H1.HeaderClassName
 {
   color: #CB605B;
 }
 .AnyTagClassName
 {
   color: #CB605B;
 }
</style>

background-color css

<style>
 a { background-color: #CB605B; }

 a { background-color: rgb(203,96,91); }

 div.DivClassName
 {
   background-color: #CB605B;
 }
 .BgClassName
 {
   background-color: #CB605B;
 }
</style>

border-color css

<style>
 span { border-color: #CB605B; }

 span { border-color: rgb(203,96,91); }

 td.TdClassName
 {
   border-color: #CB605B;
 }
 .TagClassName
 {
   border-color: #CB605B;
 }
</style>