Html Css Color HEX #CB6564 Indian Red

📋 copy color: '#CB6564'

red 203 ◦ green 101 ◦ blue 100

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

Shades of Indian Red #CB6564

Tints of Indian Red #CB6564

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25%

 BLUE value IS 100 (39.45% from 255) = 24.75%

R = 50.25%
G = 25%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB6564 (or 0xCB6564) is known color: Indian Red. HEX triplet: CB, 65 and 64. RGB value is (203,101,100). Sum of RGB (Red+Green+Blue) = 203+101+100=404 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.25% from 404); Green value is 101 (39.84% from 255 or 25% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6564 is #349A9B. Grayscale: #838383. Windows color (decimal): -3447452 or 6579659. OLE color: 6579659.

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

Color convert

RGB 203 101 100 -
CMYK 0 0.50 0.51 0.20
HSL 0.58º 0.5% 0.59% -
HSV(B) 0.58º 0.51% 0.8% -
XYZ 31.58 22.92 14.82 -
YUV 131.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 203 101 100 0 0.50 0.51 0.20 0.58 0.5 0.59
Hex CB 65 64 0 32 33 14 1 32 3B
Octal 313 145 144 0 62 63 24 1 62 73
Binary 11001011 1100101 1100100 0 110010 110011 10100 1 110010 111011

Color Harmonies of #CB6564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6564

Black with #CB6564

Text Example


Text Example

White with #CB6564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6564; }

 p { color: rgb(203,101,100); }

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

background-color css

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

 a { background-color: rgb(203,101,100); }

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

border-color css

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

 span { border-color: rgb(203,101,100); }

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