Html Css Color HEX #CF766E Contessa

📋 copy color: '#CF766E'

red 207 ◦ green 118 ◦ blue 110

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

Shades of Contessa #CF766E

Tints of Contessa #CF766E

RGB

 RED value IS 207 (81.25% from 255) = 47.59%

 GREEN value IS 118 (46.48% from 255) = 27.13%

 BLUE value IS 110 (43.36% from 255) = 25.29%

R = 47.59%
G = 27.13%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF766E (or 0xCF766E) is known color: Contessa. HEX triplet: CF, 76 and 6E. RGB value is (207,118,110). Sum of RGB (Red+Green+Blue) = 207+118+110=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF766E is #308991. Grayscale: #8F8F8F. Windows color (decimal): -3180946 or 7239375. OLE color: 7239375.

HSL color Cylindrical-coordinate representation of color #CF766E: hue angle of 4.95º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF766E is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 118 110 -
CMYK 0 0.43 0.47 0.19
HSL 4.95º 0.5% 0.62% -
HSV(B) 4.95º 0.47% 0.81% -
XYZ 35.03 27.35 18.18 -
YUV 143.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 207 118 110 0 0.43 0.47 0.19 4.95 0.5 0.62
Hex CF 76 6E 0 2B 2F 13 5 32 3E
Octal 317 166 156 0 53 57 23 5 62 76
Binary 11001111 1110110 1101110 0 101011 101111 10011 101 110010 111110

Color Harmonies of #CF766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF766E

Black with #CF766E

Text Example


Text Example

White with #CF766E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF766E; }

 p { color: rgb(207,118,110); }

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

background-color css

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

 a { background-color: rgb(207,118,110); }

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

border-color css

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

 span { border-color: rgb(207,118,110); }

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