Html Css Color HEX #CF726C Contessa

📋 copy color: '#CF726C'

red 207 ◦ green 114 ◦ blue 108

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

Shades of Contessa #CF726C

Tints of Contessa #CF726C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

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

R = 48.25%
G = 26.57%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF726C (or 0xCF726C) is known color: Contessa. HEX triplet: CF, 72 and 6C. RGB value is (207,114,108). Sum of RGB (Red+Green+Blue) = 207+114+108=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 108 (42.58% from 255 or 25.17% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CF726C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF726C is #308D93. Grayscale: #8D8D8D. Windows color (decimal): -3181972 or 7107279. OLE color: 7107279.

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

Color convert

RGB 207 114 108 -
CMYK 0 0.45 0.48 0.19
HSL 3.64º 0.51% 0.62% -
HSV(B) 3.64º 0.48% 0.81% -
XYZ 34.46 26.38 17.46 -
YUV 141.12 109.31 174.99 -
System Red Green Blue C M Y K H S L
Decimal 207 114 108 0 0.45 0.48 0.19 3.64 0.51 0.62
Hex CF 72 6C 0 2D 30 13 4 33 3E
Octal 317 162 154 0 55 60 23 4 63 76
Binary 11001111 1110010 1101100 0 101101 110000 10011 100 110011 111110

Color Harmonies of #CF726C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF726C

Black with #CF726C

Text Example


Text Example

White with #CF726C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF726C; }

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

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

background-color css

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

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

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

border-color css

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

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

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