Html Css Color HEX #CC746D Contessa

📋 copy color: '#CC746D'

red 204 ◦ green 116 ◦ blue 109

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

Shades of Contessa #CC746D

Tints of Contessa #CC746D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 47.55%
G = 27.04%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC746D (or 0xCC746D) is known color: Contessa. HEX triplet: CC, 74 and 6D. RGB value is (204,116,109). Sum of RGB (Red+Green+Blue) = 204+116+109=429 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.55% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 204 - color contains mainly: red. Hex color #CC746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC746D is #338B92. Grayscale: #8D8D8D. Windows color (decimal): -3378067 or 7173324. OLE color: 7173324.

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

Color convert

RGB 204 116 109 -
CMYK 0 0.43 0.47 0.2
HSL 4.42º 0.48% 0.61% -
HSV(B) 4.42º 0.47% 0.8% -
XYZ 33.91 26.43 17.78 -
YUV 141.51 109.65 172.57 -
System Red Green Blue C M Y K H S L
Decimal 204 116 109 0 0.43 0.47 0.2 4.42 0.48 0.61
Hex CC 74 6D 0 2B 2F 14 4 30 3D
Octal 314 164 155 0 53 57 24 4 60 75
Binary 11001100 1110100 1101101 0 101011 101111 10100 100 110000 111101

Color Harmonies of #CC746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC746D

Black with #CC746D

Text Example


Text Example

White with #CC746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC746D; }

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

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

background-color css

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

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

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

border-color css

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

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

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