Html Css Color HEX #CB6764 Indian Red

📋 copy color: '#CB6764'

red 203 ◦ green 103 ◦ blue 100

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

Shades of Indian Red #CB6764

Tints of Indian Red #CB6764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.37%

 BLUE value IS 100 (39.45% from 255) = 24.63%

R = 50%
G = 25.37%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB6764 (or 0xCB6764) is known color: 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

RGB 203 103 100 -
CMYK 0 0.49 0.51 0.20
HSL 1.75º 0.5% 0.59% -
HSV(B) 1.75º 0.51% 0.8% -
XYZ 31.78 23.32 14.88 -
YUV 132.56 109.63 178.24 -
System Red Green Blue C M Y K H S L
Decimal 203 103 100 0 0.49 0.51 0.20 1.75 0.5 0.59
Hex CB 67 64 0 31 33 14 2 32 3B
Octal 313 147 144 0 61 63 24 2 62 73
Binary 11001011 1100111 1100100 0 110001 110011 10100 10 110010 111011

Color Harmonies of #CB6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6764

Black with #CB6764

Text Example


Text Example

White with #CB6764

Text Example


Text Example

HTML Codes & Css Web 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>