Html Css Color HEX #CB6F66 Contessa

📋 copy color: '#CB6F66'

red 203 ◦ green 111 ◦ blue 102

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

Shades of Contessa #CB6F66

Tints of Contessa #CB6F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.68%

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

R = 48.8%
G = 26.68%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB6F66 (or 0xCB6F66) is known color: Contessa. HEX triplet: CB, 6F and 66. RGB value is (203,111,102). Sum of RGB (Red+Green+Blue) = 203+111+102=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 111 (43.75% from 255 or 26.68% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F66 is #349099. Grayscale: #898989. Windows color (decimal): -3444890 or 6713291. OLE color: 6713291.

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

Color convert

RGB 203 111 102 -
CMYK 0 0.45 0.50 0.20
HSL 5.35º 0.49% 0.6% -
HSV(B) 5.35º 0.5% 0.8% -
XYZ 32.71 25.02 15.68 -
YUV 137.48 107.98 174.73 -
System Red Green Blue C M Y K H S L
Decimal 203 111 102 0 0.45 0.50 0.20 5.35 0.49 0.6
Hex CB 6F 66 0 2D 32 14 5 31 3C
Octal 313 157 146 0 55 62 24 5 61 74
Binary 11001011 1101111 1100110 0 101101 110010 10100 101 110001 111100

Color Harmonies of #CB6F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6F66

Black with #CB6F66

Text Example


Text Example

White with #CB6F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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