Html Css Color HEX #CB6462 Indian Red

📋 copy color: '#CB6462'

red 203 ◦ green 100 ◦ blue 98

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

Shades of Indian Red #CB6462

Tints of Indian Red #CB6462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.44%

R = 50.62%
G = 24.94%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB6462 (or 0xCB6462) is known color: Indian Red. HEX triplet: CB, 64 and 62. RGB value is (203,100,98). Sum of RGB (Red+Green+Blue) = 203+100+98=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 100 (39.45% from 255 or 24.94% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6462 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6462 is #349B9D. Grayscale: #828282. Windows color (decimal): -3447710 or 6448331. OLE color: 6448331.

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

Color convert

RGB 203 100 98 -
CMYK 0 0.51 0.52 0.20
HSL 1.14º 0.5% 0.59% -
HSV(B) 1.14º 0.52% 0.8% -
XYZ 31.39 22.69 14.28 -
YUV 130.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 203 100 98 0 0.51 0.52 0.20 1.14 0.5 0.59
Hex CB 64 62 0 33 34 14 1 32 3B
Octal 313 144 142 0 63 64 24 1 62 73
Binary 11001011 1100100 1100010 0 110011 110100 10100 1 110010 111011

Color Harmonies of #CB6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6462

Black with #CB6462

Text Example


Text Example

White with #CB6462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6462; }

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

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

background-color css

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

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

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

border-color css

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

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

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