Html Css Color HEX #CB605E Indian Red

📋 copy color: '#CB605E'

red 203 ◦ green 96 ◦ blue 94

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

Shades of Indian Red #CB605E

Tints of Indian Red #CB605E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.92%

R = 51.65%
G = 24.43%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB605E (or 0xCB605E) is known color: Indian Red. HEX triplet: CB, 60 and 5E. RGB value is (203,96,94). Sum of RGB (Red+Green+Blue) = 203+96+94=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB605E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB605E is #349FA1. Grayscale: #7F7F7F. Windows color (decimal): -3448738 or 6185163. OLE color: 6185163.

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

Color convert

RGB 203 96 94 -
CMYK 0 0.53 0.54 0.20
HSL 1.1º 0.51% 0.58% -
HSV(B) 1.1º 0.54% 0.8% -
XYZ 30.83 21.87 13.19 -
YUV 127.77 108.95 181.66 -
System Red Green Blue C M Y K H S L
Decimal 203 96 94 0 0.53 0.54 0.20 1.1 0.51 0.58
Hex CB 60 5E 0 35 36 14 1 33 3A
Octal 313 140 136 0 65 66 24 1 63 72
Binary 11001011 1100000 1011110 0 110101 110110 10100 1 110011 111010

Color Harmonies of #CB605E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB605E

Black with #CB605E

Text Example


Text Example

White with #CB605E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB605E; }

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

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

background-color css

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

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

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

border-color css

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

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

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