Html Css Color HEX #CB6866 Contessa

📋 copy color: '#CB6866'

red 203 ◦ green 104 ◦ blue 102

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

Shades of Contessa #CB6866

Tints of Contessa #CB6866

RGB

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

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

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

R = 49.63%
G = 25.43%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CB6866 (or 0xCB6866) is known color: Contessa. HEX triplet: CB, 68 and 66. RGB value is (203,104,102). Sum of RGB (Red+Green+Blue) = 203+104+102=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6866 is #349799. Grayscale: #858585. Windows color (decimal): -3446682 or 6711499. OLE color: 6711499.

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

Color convert

RGB 203 104 102 -
CMYK 0 0.49 0.50 0.20
HSL 1.19º 0.49% 0.6% -
HSV(B) 1.19º 0.5% 0.8% -
XYZ 31.98 23.56 15.43 -
YUV 133.37 110.3 177.66 -
System Red Green Blue C M Y K H S L
Decimal 203 104 102 0 0.49 0.50 0.20 1.19 0.49 0.6
Hex CB 68 66 0 31 32 14 1 31 3C
Octal 313 150 146 0 61 62 24 1 61 74
Binary 11001011 1101000 1100110 0 110001 110010 10100 1 110001 111100

Color Harmonies of #CB6866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6866

Black with #CB6866

Text Example


Text Example

White with #CB6866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6866; }

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

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

background-color css

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

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

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

border-color css

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

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

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