Html Css Color HEX #CB6562 Indian Red

📋 copy color: '#CB6562'

red 203 ◦ green 101 ◦ blue 98

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

Shades of Indian Red #CB6562

Tints of Indian Red #CB6562

RGB

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

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

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

R = 50.5%
G = 25.12%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB6562 (or 0xCB6562) is known color: Indian Red. HEX triplet: CB, 65 and 62. RGB value is (203,101,98). Sum of RGB (Red+Green+Blue) = 203+101+98=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6562 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6562 is #349A9D. Grayscale: #838383. Windows color (decimal): -3447454 or 6448587. OLE color: 6448587.

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

Color convert

RGB 203 101 98 -
CMYK 0 0.50 0.52 0.20
HSL 1.71º 0.5% 0.59% -
HSV(B) 1.71º 0.52% 0.8% -
XYZ 31.49 22.89 14.31 -
YUV 131.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 203 101 98 0 0.50 0.52 0.20 1.71 0.5 0.59
Hex CB 65 62 0 32 34 14 2 32 3B
Octal 313 145 142 0 62 64 24 2 62 73
Binary 11001011 1100101 1100010 0 110010 110100 10100 10 110010 111011

Color Harmonies of #CB6562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6562

Black with #CB6562

Text Example


Text Example

White with #CB6562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6562; }

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

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

background-color css

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

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

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

border-color css

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

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

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