Html Css Color HEX #CF706D Contessa

📋 copy color: '#CF706D'

red 207 ◦ green 112 ◦ blue 109

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

Shades of Contessa #CF706D

Tints of Contessa #CF706D

RGB

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

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

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

R = 48.36%
G = 26.17%
B = 25.47%

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

#CF706D (or 0xCF706D) is known color: Contessa. HEX triplet: CF, 70 and 6D. RGB value is (207,112,109). Sum of RGB (Red+Green+Blue) = 207+112+109=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 109 (42.97% from 255 or 25.47% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF706D is #308F92. Grayscale: #8C8C8C. Windows color (decimal): -3182483 or 7172303. OLE color: 7172303.

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

Color convert

RGB 207 112 109 -
CMYK 0 0.46 0.47 0.19
HSL 1.84º 0.51% 0.62% -
HSV(B) 1.84º 0.47% 0.81% -
XYZ 34.29 25.96 17.67 -
YUV 140.06 110.47 175.74 -
System Red Green Blue C M Y K H S L
Decimal 207 112 109 0 0.46 0.47 0.19 1.84 0.51 0.62
Hex CF 70 6D 0 2E 2F 13 2 33 3E
Octal 317 160 155 0 56 57 23 2 63 76
Binary 11001111 1110000 1101101 0 101110 101111 10011 10 110011 111110

Color Harmonies of #CF706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF706D

Black with #CF706D

Text Example


Text Example

White with #CF706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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