Html Css Color HEX #CF766C Contessa

📋 copy color: '#CF766C'

red 207 ◦ green 118 ◦ blue 108

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

Shades of Contessa #CF766C

Tints of Contessa #CF766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.94%

R = 47.81%
G = 27.25%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF766C (or 0xCF766C) is known color: Contessa. HEX triplet: CF, 76 and 6C. RGB value is (207,118,108). Sum of RGB (Red+Green+Blue) = 207+118+108=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 108 (42.58% from 255 or 24.94% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF766C is #308993. Grayscale: #8F8F8F. Windows color (decimal): -3180948 or 7108303. OLE color: 7108303.

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

Color convert

RGB 207 118 108 -
CMYK 0 0.43 0.48 0.19
HSL 6.06º 0.51% 0.62% -
HSV(B) 6.06º 0.48% 0.81% -
XYZ 34.92 27.3 17.62 -
YUV 143.47 107.99 173.31 -
System Red Green Blue C M Y K H S L
Decimal 207 118 108 0 0.43 0.48 0.19 6.06 0.51 0.62
Hex CF 76 6C 0 2B 30 13 6 33 3E
Octal 317 166 154 0 53 60 23 6 63 76
Binary 11001111 1110110 1101100 0 101011 110000 10011 110 110011 111110

Color Harmonies of #CF766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF766C

Black with #CF766C

Text Example


Text Example

White with #CF766C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF766C; }

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

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

background-color css

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

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

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

border-color css

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

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

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