Html Css Color HEX #CF7771 Contessa

📋 copy color: '#CF7771'

red 207 ◦ green 119 ◦ blue 113

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

Shades of Contessa #CF7771

Tints of Contessa #CF7771

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.11%

 BLUE value IS 113 (44.53% from 255) = 25.74%

R = 47.15%
G = 27.11%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF7771 (or 0xCF7771) is known color: Contessa. HEX triplet: CF, 77 and 71. RGB value is (207,119,113). Sum of RGB (Red+Green+Blue) = 207+119+113=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 113 (44.53% from 255 or 25.74% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7771 is #30888E. Grayscale: #909090. Windows color (decimal): -3180687 or 7436239. OLE color: 7436239.

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

Color convert

RGB 207 119 113 -
CMYK 0 0.43 0.45 0.19
HSL 3.83º 0.49% 0.63% -
HSV(B) 3.83º 0.45% 0.81% -
XYZ 35.31 27.65 19.1 -
YUV 144.63 110.15 172.49 -
System Red Green Blue C M Y K H S L
Decimal 207 119 113 0 0.43 0.45 0.19 3.83 0.49 0.63
Hex CF 77 71 0 2B 2D 13 4 31 3F
Octal 317 167 161 0 53 55 23 4 61 77
Binary 11001111 1110111 1110001 0 101011 101101 10011 100 110001 111111

Color Harmonies of #CF7771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7771

Black with #CF7771

Text Example


Text Example

White with #CF7771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7771; }

 p { color: rgb(207,119,113); }

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

background-color css

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

 a { background-color: rgb(207,119,113); }

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

border-color css

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

 span { border-color: rgb(207,119,113); }

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