Html Css Color HEX #CC7974 Contessa

📋 copy color: '#CC7974'

red 204 ◦ green 121 ◦ blue 116

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

Shades of Contessa #CC7974

Tints of Contessa #CC7974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

 BLUE value IS 116 (45.7% from 255) = 26.3%

R = 46.26%
G = 27.44%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC7974 (or 0xCC7974) is known color: Contessa. HEX triplet: CC, 79 and 74. RGB value is (204,121,116). Sum of RGB (Red+Green+Blue) = 204+121+116=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 116 (45.70% from 255 or 26.30% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7974 is #33868B. Grayscale: #919191. Windows color (decimal): -3376780 or 7633356. OLE color: 7633356.

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

Color convert

RGB 204 121 116 -
CMYK 0 0.41 0.43 0.2
HSL 3.41º 0.46% 0.63% -
HSV(B) 3.41º 0.43% 0.8% -
XYZ 34.89 27.77 20.04 -
YUV 145.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 204 121 116 0 0.41 0.43 0.2 3.41 0.46 0.63
Hex CC 79 74 0 29 2B 14 3 2E 3F
Octal 314 171 164 0 51 53 24 3 56 77
Binary 11001100 1111001 1110100 0 101001 101011 10100 11 101110 111111

Color Harmonies of #CC7974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7974

Black with #CC7974

Text Example


Text Example

White with #CC7974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7974; }

 p { color: rgb(204,121,116); }

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

background-color css

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

 a { background-color: rgb(204,121,116); }

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

border-color css

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

 span { border-color: rgb(204,121,116); }

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