#CB6764

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

Shades of Indian Red #CB6764

Tints of Indian Red #CB6764

Color information

#CB6764 (or 0xCB6764) is unknown color: approx Indian Red. HEX triplet: CB, 67 and 64. RGB value is (203,103,100). Sum of RGB (Red+Green+Blue) = 203+103+100=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 100 (39.45% from 255 or 24.63% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6764 is #34989B. Grayscale: #848484. Windows color (decimal): -3446940 or 6580171. OLE color: 6580171.

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

Color convert

RGB203103100-
CMYK00.490.510.20
HSL1.75º49.76%59.41%-
HSV(B)1.75º50.74%79.61%-
XYZ31.7823.3214.88-
YUV132.56109.63178.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50%
GREEN value IS 103 (40.62% from 255) = 25.37%
BLUE value IS 100 (39.45% from 255) = 24.63%
R=50%
G=25.37%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310310000.490.510.201.7549.7659.41
HexCB676403133142323b
Octal313147144061632426273
Binary110010111100111110010001100011100111010010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6764; }

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

 H1.HeaderClassName
 {
   color: #CB6764;
 }
 .AnyTagClassName
 {
   color: #CB6764;
 }
</style>
background-color css

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

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

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

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

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

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