#CB6561

Color #CB6561 Indian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Red #CB6561

Tints of Indian Red #CB6561

Color information

#CB6561 (or 0xCB6561) is unknown color: approx 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

RGB20310197-
CMYK00.500.520.20
HSL2.26º50.48%58.82%-
HSV(B)2.26º52.22%79.61%-
XYZ31.4422.8714.07-
YUV131.04108.79179.33-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031019700.500.520.202.2650.4858.82
HexCB656103234142323b
Octal313145141062642426273
Binary110010111100101110000101100101101001010010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>