Html Css Color HEX #CB6561 Indian Red

📋 copy color: '#CB6561'

red 203 ◦ green 101 ◦ blue 97

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

Shades of Indian Red #CB6561

Tints of Indian Red #CB6561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.19%

R = 50.62%
G = 25.19%
B = 24.19%

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

#CB6561 (or 0xCB6561) is known color: Indian Red. HEX triplet: CB, 65 and 61. RGB value is (203,101,97). Sum of RGB (Red+Green+Blue) = 203+101+97=401 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.62% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6561 is #349A9E. Grayscale: #838383. Windows color (decimal): -3447455 or 6383051. OLE color: 6383051.

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

Color convert

RGB 203 101 97 -
CMYK 0 0.50 0.52 0.20
HSL 2.26º 0.5% 0.59% -
HSV(B) 2.26º 0.52% 0.8% -
XYZ 31.44 22.87 14.07 -
YUV 131.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 203 101 97 0 0.50 0.52 0.20 2.26 0.5 0.59
Hex CB 65 61 0 32 34 14 2 32 3B
Octal 313 145 141 0 62 64 24 2 62 73
Binary 11001011 1100101 1100001 0 110010 110100 10100 10 110010 111011

Color Harmonies of #CB6561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6561

Black with #CB6561

Text Example


Text Example

White with #CB6561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6561; }

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

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

background-color css

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

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

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

border-color css

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

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

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