Html Css Color HEX #CF756E Contessa

📋 copy color: '#CF756E'

red 207 ◦ green 117 ◦ blue 110

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

Shades of Contessa #CF756E

Tints of Contessa #CF756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

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

R = 47.7%
G = 26.96%
B = 25.35%

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

#CF756E (or 0xCF756E) is known color: Contessa. HEX triplet: CF, 75 and 6E. RGB value is (207,117,110). Sum of RGB (Red+Green+Blue) = 207+117+110=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF756E is #308A91. Grayscale: #8F8F8F. Windows color (decimal): -3181202 or 7239119. OLE color: 7239119.

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

Color convert

RGB 207 117 110 -
CMYK 0 0.43 0.47 0.19
HSL 4.33º 0.5% 0.62% -
HSV(B) 4.33º 0.47% 0.81% -
XYZ 34.91 27.11 18.15 -
YUV 143.11 109.32 173.57 -
System Red Green Blue C M Y K H S L
Decimal 207 117 110 0 0.43 0.47 0.19 4.33 0.5 0.62
Hex CF 75 6E 0 2B 2F 13 4 32 3E
Octal 317 165 156 0 53 57 23 4 62 76
Binary 11001111 1110101 1101110 0 101011 101111 10011 100 110010 111110

Color Harmonies of #CF756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF756E

Black with #CF756E

Text Example


Text Example

White with #CF756E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF756E; }

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

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

background-color css

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

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

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

border-color css

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

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

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