Html Css Color HEX #CC716F Contessa

📋 copy color: '#CC716F'

red 204 ◦ green 113 ◦ blue 111

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

Shades of Contessa #CC716F

Tints of Contessa #CC716F

RGB

 RED value IS 204 (80.08% from 255) = 47.66%

 GREEN value IS 113 (44.53% from 255) = 26.4%

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

R = 47.66%
G = 26.4%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC716F (or 0xCC716F) is known color: Contessa. HEX triplet: CC, 71 and 6F. RGB value is (204,113,111). Sum of RGB (Red+Green+Blue) = 204+113+111=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 113 (44.53% from 255 or 26.40% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC716F is #338E90. Grayscale: #8C8C8C. Windows color (decimal): -3378833 or 7303628. OLE color: 7303628.

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

Color convert

RGB 204 113 111 -
CMYK 0 0.45 0.46 0.2
HSL 1.29º 0.48% 0.62% -
HSV(B) 1.29º 0.46% 0.8% -
XYZ 33.68 25.8 18.24 -
YUV 139.98 111.65 173.66 -
System Red Green Blue C M Y K H S L
Decimal 204 113 111 0 0.45 0.46 0.2 1.29 0.48 0.62
Hex CC 71 6F 0 2D 2E 14 1 30 3E
Octal 314 161 157 0 55 56 24 1 60 76
Binary 11001100 1110001 1101111 0 101101 101110 10100 1 110000 111110

Color Harmonies of #CC716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC716F

Black with #CC716F

Text Example


Text Example

White with #CC716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC716F; }

 p { color: rgb(204,113,111); }

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

background-color css

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

 a { background-color: rgb(204,113,111); }

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

border-color css

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

 span { border-color: rgb(204,113,111); }

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