Html Css Color HEX #CF766F Contessa

📋 copy color: '#CF766F'

red 207 ◦ green 118 ◦ blue 111

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

Shades of Contessa #CF766F

Tints of Contessa #CF766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 47.48%
G = 27.06%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF766F (or 0xCF766F) is known color: Contessa. HEX triplet: CF, 76 and 6F. RGB value is (207,118,111). Sum of RGB (Red+Green+Blue) = 207+118+111=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF766F is #308990. Grayscale: #8F8F8F. Windows color (decimal): -3180945 or 7304911. OLE color: 7304911.

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

Color convert

RGB 207 118 111 -
CMYK 0 0.43 0.46 0.19
HSL 4.38º 0.5% 0.62% -
HSV(B) 4.38º 0.46% 0.81% -
XYZ 35.08 27.37 18.47 -
YUV 143.81 109.49 173.07 -
System Red Green Blue C M Y K H S L
Decimal 207 118 111 0 0.43 0.46 0.19 4.38 0.5 0.62
Hex CF 76 6F 0 2B 2E 13 4 32 3E
Octal 317 166 157 0 53 56 23 4 62 76
Binary 11001111 1110110 1101111 0 101011 101110 10011 100 110010 111110

Color Harmonies of #CF766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF766F

Black with #CF766F

Text Example


Text Example

White with #CF766F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF766F; }

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

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

background-color css

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

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

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

border-color css

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

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

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