Html Css Color HEX #CC746F Contessa

📋 copy color: '#CC746F'

red 204 ◦ green 116 ◦ blue 111

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

Shades of Contessa #CC746F

Tints of Contessa #CC746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.91%

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

R = 47.33%
G = 26.91%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.2

RGB Variations

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

Color information

#CC746F (or 0xCC746F) is known color: Contessa. HEX triplet: CC, 74 and 6F. RGB value is (204,116,111). Sum of RGB (Red+Green+Blue) = 204+116+111=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC746F is #338B90. Grayscale: #8D8D8D. Windows color (decimal): -3378065 or 7304396. OLE color: 7304396.

HSL color Cylindrical-coordinate representation of color #CC746F: hue angle of 3.23º 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 #CC746F is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 116 111 -
CMYK 0 0.43 0.46 0.2
HSL 3.23º 0.48% 0.62% -
HSV(B) 3.23º 0.46% 0.8% -
XYZ 34.02 26.48 18.36 -
YUV 141.74 110.65 172.41 -
System Red Green Blue C M Y K H S L
Decimal 204 116 111 0 0.43 0.46 0.2 3.23 0.48 0.62
Hex CC 74 6F 0 2B 2E 14 3 30 3E
Octal 314 164 157 0 53 56 24 3 60 76
Binary 11001100 1110100 1101111 0 101011 101110 10100 11 110000 111110

Color Harmonies of #CC746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC746F

Black with #CC746F

Text Example


Text Example

White with #CC746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC746F; }

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

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

background-color css

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

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

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

border-color css

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

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

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