Html Css Color HEX #CF776D Contessa

📋 copy color: '#CF776D'

red 207 ◦ green 119 ◦ blue 109

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

Shades of Contessa #CF776D

Tints of Contessa #CF776D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.36%

 BLUE value IS 109 (42.97% from 255) = 25.06%

R = 47.59%
G = 27.36%
B = 25.06%

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

#CF776D (or 0xCF776D) is known color: Contessa. HEX triplet: CF, 77 and 6D. RGB value is (207,119,109). Sum of RGB (Red+Green+Blue) = 207+119+109=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 109 (42.97% from 255 or 25.06% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF776D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF776D is #308892. Grayscale: #909090. Windows color (decimal): -3180691 or 7174095. OLE color: 7174095.

HSL color Cylindrical-coordinate representation of color #CF776D: hue angle of 6.12º degrees, saturation: 0.51, 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 #CF776D is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 119 109 -
CMYK 0 0.43 0.47 0.19
HSL 6.12º 0.51% 0.62% -
HSV(B) 6.12º 0.47% 0.81% -
XYZ 35.09 27.56 17.94 -
YUV 144.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 207 119 109 0 0.43 0.47 0.19 6.12 0.51 0.62
Hex CF 77 6D 0 2B 2F 13 6 33 3E
Octal 317 167 155 0 53 57 23 6 63 76
Binary 11001111 1110111 1101101 0 101011 101111 10011 110 110011 111110

Color Harmonies of #CF776D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF776D

Black with #CF776D

Text Example


Text Example

White with #CF776D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF776D; }

 p { color: rgb(207,119,109); }

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

background-color css

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

 a { background-color: rgb(207,119,109); }

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

border-color css

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

 span { border-color: rgb(207,119,109); }

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