Html Css Color HEX #CC716C Contessa

📋 copy color: '#CC716C'

red 204 ◦ green 113 ◦ blue 108

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

Shades of Contessa #CC716C

Tints of Contessa #CC716C

RGB

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

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

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

R = 48%
G = 26.59%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC716C (or 0xCC716C) is known color: Contessa. HEX triplet: CC, 71 and 6C. RGB value is (204,113,108). Sum of RGB (Red+Green+Blue) = 204+113+108=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 113 (44.53% from 255 or 26.59% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC716C is #338E93. Grayscale: #8B8B8B. Windows color (decimal): -3378836 or 7107020. OLE color: 7107020.

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

Color convert

RGB 204 113 108 -
CMYK 0 0.45 0.47 0.2
HSL 3.13º 0.48% 0.61% -
HSV(B) 3.13º 0.47% 0.8% -
XYZ 33.51 25.73 17.39 -
YUV 139.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 204 113 108 0 0.45 0.47 0.2 3.13 0.48 0.61
Hex CC 71 6C 0 2D 2F 14 3 30 3D
Octal 314 161 154 0 55 57 24 3 60 75
Binary 11001100 1110001 1101100 0 101101 101111 10100 11 110000 111101

Color Harmonies of #CC716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC716C

Black with #CC716C

Text Example


Text Example

White with #CC716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC716C; }

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

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

background-color css

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

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

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

border-color css

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

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

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