Html Css Color HEX #CF706F Contessa

📋 copy color: '#CF706F'

red 207 ◦ green 112 ◦ blue 111

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

Shades of Contessa #CF706F

Tints of Contessa #CF706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.81%

R = 48.14%
G = 26.05%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CF706F (or 0xCF706F) is known color: Contessa. HEX triplet: CF, 70 and 6F. RGB value is (207,112,111). Sum of RGB (Red+Green+Blue) = 207+112+111=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 111 (43.75% from 255 or 25.81% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF706F is #308F90. Grayscale: #8C8C8C. Windows color (decimal): -3182481 or 7303375. OLE color: 7303375.

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

Color convert

RGB 207 112 111 -
CMYK 0 0.46 0.46 0.19
HSL 0.63º 0.5% 0.62% -
HSV(B) 0.63º 0.46% 0.81% -
XYZ 34.4 26 18.24 -
YUV 140.29 111.47 175.58 -
System Red Green Blue C M Y K H S L
Decimal 207 112 111 0 0.46 0.46 0.19 0.63 0.5 0.62
Hex CF 70 6F 0 2E 2E 13 1 32 3E
Octal 317 160 157 0 56 56 23 1 62 76
Binary 11001111 1110000 1101111 0 101110 101110 10011 1 110010 111110

Color Harmonies of #CF706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF706F

Black with #CF706F

Text Example


Text Example

White with #CF706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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