Html Css Color HEX #CE6B6A Contessa

📋 copy color: '#CE6B6A'

red 206 ◦ green 107 ◦ blue 106

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

Shades of Contessa #CE6B6A

Tints of Contessa #CE6B6A

RGB

 RED value IS 206 (80.86% from 255) = 49.16%

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

 BLUE value IS 106 (41.8% from 255) = 25.3%

R = 49.16%
G = 25.54%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CE6B6A (or 0xCE6B6A) is known color: Contessa. HEX triplet: CE, 6B and 6A. RGB value is (206,107,106). Sum of RGB (Red+Green+Blue) = 206+107+106=419 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.16% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE6B6A is #319495. Grayscale: #888888. Windows color (decimal): -3249302 or 6974414. OLE color: 6974414.

HSL color Cylindrical-coordinate representation of color #CE6B6A: hue angle of 0.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6B6A is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 107 106 -
CMYK 0 0.48 0.49 0.19
HSL 0.6º 0.51% 0.61% -
HSV(B) 0.6º 0.49% 0.81% -
XYZ 33.31 24.68 16.64 -
YUV 136.49 110.8 177.58 -
System Red Green Blue C M Y K H S L
Decimal 206 107 106 0 0.48 0.49 0.19 0.6 0.51 0.61
Hex CE 6B 6A 0 30 31 13 1 33 3D
Octal 316 153 152 0 60 61 23 1 63 75
Binary 11001110 1101011 1101010 0 110000 110001 10011 1 110011 111101

Color Harmonies of #CE6B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6B6A

Black with #CE6B6A

Text Example


Text Example

White with #CE6B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6B6A; }

 p { color: rgb(206,107,106); }

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

background-color css

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

 a { background-color: rgb(206,107,106); }

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

border-color css

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

 span { border-color: rgb(206,107,106); }

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