Html Css Color HEX #CC746B Contessa

📋 copy color: '#CC746B'

red 204 ◦ green 116 ◦ blue 107

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

Shades of Contessa #CC746B

Tints of Contessa #CC746B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.06%

R = 47.78%
G = 27.17%
B = 25.06%

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

#CC746B (or 0xCC746B) is known color: Contessa. HEX triplet: CC, 74 and 6B. RGB value is (204,116,107). Sum of RGB (Red+Green+Blue) = 204+116+107=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC746B is #338B94. Grayscale: #8D8D8D. Windows color (decimal): -3378069 or 7042252. OLE color: 7042252.

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

Color convert

RGB 204 116 107 -
CMYK 0 0.43 0.48 0.2
HSL 5.57º 0.49% 0.61% -
HSV(B) 5.57º 0.48% 0.8% -
XYZ 33.8 26.39 17.22 -
YUV 141.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 204 116 107 0 0.43 0.48 0.2 5.57 0.49 0.61
Hex CC 74 6B 0 2B 30 14 6 31 3D
Octal 314 164 153 0 53 60 24 6 61 75
Binary 11001100 1110100 1101011 0 101011 110000 10100 110 110001 111101

Color Harmonies of #CC746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC746B

Black with #CC746B

Text Example


Text Example

White with #CC746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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