Html Css Color HEX #CC746A Contessa

📋 copy color: '#CC746A'

red 204 ◦ green 116 ◦ blue 106

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

Shades of Contessa #CC746A

Tints of Contessa #CC746A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.88%

R = 47.89%
G = 27.23%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CC746A (or 0xCC746A) is known color: Contessa. HEX triplet: CC, 74 and 6A. RGB value is (204,116,106). Sum of RGB (Red+Green+Blue) = 204+116+106=426 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.89% from 426); Green value is 116 (45.70% from 255 or 27.23% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 204 - color contains mainly: red. Hex color #CC746A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC746A is #338B95. Grayscale: #8D8D8D. Windows color (decimal): -3378070 or 6976716. OLE color: 6976716.

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

Color convert

RGB 204 116 106 -
CMYK 0 0.43 0.48 0.2
HSL 6.12º 0.49% 0.61% -
HSV(B) 6.12º 0.48% 0.8% -
XYZ 33.75 26.37 16.95 -
YUV 141.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 204 116 106 0 0.43 0.48 0.2 6.12 0.49 0.61
Hex CC 74 6A 0 2B 30 14 6 31 3D
Octal 314 164 152 0 53 60 24 6 61 75
Binary 11001100 1110100 1101010 0 101011 110000 10100 110 110001 111101

Color Harmonies of #CC746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC746A

Black with #CC746A

Text Example


Text Example

White with #CC746A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC746A; }

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

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

background-color css

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

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

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

border-color css

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

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

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