Html Css Color HEX #CB6864 Contessa

📋 copy color: '#CB6864'

red 203 ◦ green 104 ◦ blue 100

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

Shades of Contessa #CB6864

Tints of Contessa #CB6864

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.55%

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

R = 49.88%
G = 25.55%
B = 24.57%

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

#CB6864 (or 0xCB6864) is known color: Contessa. HEX triplet: CB, 68 and 64. RGB value is (203,104,100). Sum of RGB (Red+Green+Blue) = 203+104+100=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 100 (39.45% from 255 or 24.57% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6864 is #34979B. Grayscale: #858585. Windows color (decimal): -3446684 or 6580427. OLE color: 6580427.

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

Color convert

RGB 203 104 100 -
CMYK 0 0.49 0.51 0.20
HSL 2.33º 0.5% 0.59% -
HSV(B) 2.33º 0.51% 0.8% -
XYZ 31.88 23.52 14.92 -
YUV 133.15 109.3 177.83 -
System Red Green Blue C M Y K H S L
Decimal 203 104 100 0 0.49 0.51 0.20 2.33 0.5 0.59
Hex CB 68 64 0 31 33 14 2 32 3B
Octal 313 150 144 0 61 63 24 2 62 73
Binary 11001011 1101000 1100100 0 110001 110011 10100 10 110010 111011

Color Harmonies of #CB6864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6864

Black with #CB6864

Text Example


Text Example

White with #CB6864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6864; }

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

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

background-color css

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

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

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

border-color css

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

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

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