Html Css Color HEX #CB6B60 Contessa

📋 copy color: '#CB6B60'

red 203 ◦ green 107 ◦ blue 96

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

Shades of Contessa #CB6B60

Tints of Contessa #CB6B60

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

 BLUE value IS 96 (37.89% from 255) = 23.65%

R = 50%
G = 26.35%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB6B60 (or 0xCB6B60) is known color: Contessa. HEX triplet: CB, 6B and 60. RGB value is (203,107,96). Sum of RGB (Red+Green+Blue) = 203+107+96=406 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B60 is #34949F. Grayscale: #868686. Windows color (decimal): -3445920 or 6319051. OLE color: 6319051.

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

Color convert

RGB 203 107 96 -
CMYK 0 0.47 0.53 0.20
HSL 6.17º 0.51% 0.59% -
HSV(B) 6.17º 0.53% 0.8% -
XYZ 32 24.06 14.02 -
YUV 134.45 106.3 176.89 -
System Red Green Blue C M Y K H S L
Decimal 203 107 96 0 0.47 0.53 0.20 6.17 0.51 0.59
Hex CB 6B 60 0 2F 35 14 6 33 3B
Octal 313 153 140 0 57 65 24 6 63 73
Binary 11001011 1101011 1100000 0 101111 110101 10100 110 110011 111011

Color Harmonies of #CB6B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6B60

Black with #CB6B60

Text Example


Text Example

White with #CB6B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6B60; }

 p { color: rgb(203,107,96); }

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

background-color css

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

 a { background-color: rgb(203,107,96); }

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

border-color css

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

 span { border-color: rgb(203,107,96); }

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