Html Css Color HEX #CB6261 Indian Red

📋 copy color: '#CB6261'

red 203 ◦ green 98 ◦ blue 97

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

Shades of Indian Red #CB6261

Tints of Indian Red #CB6261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.62%

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

R = 51.01%
G = 24.62%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB6261 (or 0xCB6261) is known color: Indian Red. HEX triplet: CB, 62 and 61. RGB value is (203,98,97). Sum of RGB (Red+Green+Blue) = 203+98+97=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6261 is #349D9E. Grayscale: #818181. Windows color (decimal): -3448223 or 6382283. OLE color: 6382283.

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

Color convert

RGB 203 98 97 -
CMYK 0 0.52 0.52 0.20
HSL 0.57º 0.5% 0.59% -
HSV(B) 0.57º 0.52% 0.8% -
XYZ 31.15 22.29 13.97 -
YUV 129.28 109.79 180.58 -
System Red Green Blue C M Y K H S L
Decimal 203 98 97 0 0.52 0.52 0.20 0.57 0.5 0.59
Hex CB 62 61 0 34 34 14 1 32 3B
Octal 313 142 141 0 64 64 24 1 62 73
Binary 11001011 1100010 1100001 0 110100 110100 10100 1 110010 111011

Color Harmonies of #CB6261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6261

Black with #CB6261

Text Example


Text Example

White with #CB6261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6261; }

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

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

background-color css

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

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

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

border-color css

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

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

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