Html Css Color HEX #CF756C Contessa

📋 copy color: '#CF756C'

red 207 ◦ green 117 ◦ blue 108

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

Shades of Contessa #CF756C

Tints of Contessa #CF756C

RGB

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

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

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

R = 47.92%
G = 27.08%
B = 25%

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

#CF756C (or 0xCF756C) is known color: Contessa. HEX triplet: CF, 75 and 6C. RGB value is (207,117,108). Sum of RGB (Red+Green+Blue) = 207+117+108=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF756C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF756C is #308A93. Grayscale: #8F8F8F. Windows color (decimal): -3181204 or 7108047. OLE color: 7108047.

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

Color convert

RGB 207 117 108 -
CMYK 0 0.43 0.48 0.19
HSL 5.45º 0.51% 0.62% -
HSV(B) 5.45º 0.48% 0.81% -
XYZ 34.8 27.07 17.58 -
YUV 142.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 207 117 108 0 0.43 0.48 0.19 5.45 0.51 0.62
Hex CF 75 6C 0 2B 30 13 5 33 3E
Octal 317 165 154 0 53 60 23 5 63 76
Binary 11001111 1110101 1101100 0 101011 110000 10011 101 110011 111110

Color Harmonies of #CF756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF756C

Black with #CF756C

Text Example


Text Example

White with #CF756C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF756C; }

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

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

background-color css

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

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

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

border-color css

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

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

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