Html Css Color HEX #CB6966 Contessa

📋 copy color: '#CB6966'

red 203 ◦ green 105 ◦ blue 102

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

Shades of Contessa #CB6966

Tints of Contessa #CB6966

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.61%

 BLUE value IS 102 (40.23% from 255) = 24.88%

R = 49.51%
G = 25.61%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB6966 (or 0xCB6966) is known color: Contessa. HEX triplet: CB, 69 and 66. RGB value is (203,105,102). Sum of RGB (Red+Green+Blue) = 203+105+102=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6966 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6966 is #349699. Grayscale: #868686. Windows color (decimal): -3446426 or 6711755. OLE color: 6711755.

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

Color convert

RGB 203 105 102 -
CMYK 0 0.48 0.50 0.20
HSL 1.78º 0.49% 0.6% -
HSV(B) 1.78º 0.5% 0.8% -
XYZ 32.08 23.76 15.47 -
YUV 133.96 109.97 177.24 -
System Red Green Blue C M Y K H S L
Decimal 203 105 102 0 0.48 0.50 0.20 1.78 0.49 0.6
Hex CB 69 66 0 30 32 14 2 31 3C
Octal 313 151 146 0 60 62 24 2 61 74
Binary 11001011 1101001 1100110 0 110000 110010 10100 10 110001 111100

Color Harmonies of #CB6966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6966

Black with #CB6966

Text Example


Text Example

White with #CB6966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6966; }

 p { color: rgb(203,105,102); }

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

background-color css

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

 a { background-color: rgb(203,105,102); }

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

border-color css

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

 span { border-color: rgb(203,105,102); }

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