Html Css Color HEX #CF706E Contessa

📋 copy color: '#CF706E'

red 207 ◦ green 112 ◦ blue 110

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

Shades of Contessa #CF706E

Tints of Contessa #CF706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 48.25%
G = 26.11%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF706E (or 0xCF706E) is known color: Contessa. HEX triplet: CF, 70 and 6E. RGB value is (207,112,110). Sum of RGB (Red+Green+Blue) = 207+112+110=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 110 (43.36% from 255 or 25.64% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF706E is #308F91. Grayscale: #8C8C8C. Windows color (decimal): -3182482 or 7237839. OLE color: 7237839.

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

Color convert

RGB 207 112 110 -
CMYK 0 0.46 0.47 0.19
HSL 1.24º 0.5% 0.62% -
HSV(B) 1.24º 0.47% 0.81% -
XYZ 34.34 25.98 17.96 -
YUV 140.18 110.97 175.66 -
System Red Green Blue C M Y K H S L
Decimal 207 112 110 0 0.46 0.47 0.19 1.24 0.5 0.62
Hex CF 70 6E 0 2E 2F 13 1 32 3E
Octal 317 160 156 0 56 57 23 1 62 76
Binary 11001111 1110000 1101110 0 101110 101111 10011 1 110010 111110

Color Harmonies of #CF706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF706E

Black with #CF706E

Text Example


Text Example

White with #CF706E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF706E; }

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

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

background-color css

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

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

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

border-color css

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

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

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