Html Css Color HEX #CB6464 Indian Red

📋 copy color: '#CB6464'

red 203 ◦ green 100 ◦ blue 100

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

Shades of Indian Red #CB6464

Tints of Indian Red #CB6464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.81%

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

R = 50.37%
G = 24.81%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB6464 (or 0xCB6464) is known color: Indian Red. HEX triplet: CB, 64 and 64. RGB value is (203,100,100). Sum of RGB (Red+Green+Blue) = 203+100+100=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6464 is #349B9B. Grayscale: #828282. Windows color (decimal): -3447708 or 6579403. OLE color: 6579403.

HSL color Cylindrical-coordinate representation of color #CB6464: hue angle of 0º 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 #CB6464 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 100 100 -
CMYK 0 0.51 0.51 0.20
HSL 0.5% 0.59% -
HSV(B) 0.51% 0.8% -
XYZ 31.49 22.73 14.78 -
YUV 130.8 110.62 179.5 -
System Red Green Blue C M Y K H S L
Decimal 203 100 100 0 0.51 0.51 0.20 0 0.5 0.59
Hex CB 64 64 0 33 33 14 0 32 3B
Octal 313 144 144 0 63 63 24 0 62 73
Binary 11001011 1100100 1100100 0 110011 110011 10100 0 110010 111011

Color Harmonies of #CB6464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6464

Black with #CB6464

Text Example


Text Example

White with #CB6464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6464; }

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

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

background-color css

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

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

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

border-color css

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

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

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