Html Css Color HEX #CC737D Charm

📋 copy color: '#CC737D'

red 204 ◦ green 115 ◦ blue 125

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

Shades of Charm #CC737D

Tints of Charm #CC737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.9%

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 45.95%
G = 25.9%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC737D (or 0xCC737D) is known color: Charm. HEX triplet: CC, 73 and 7D. RGB value is (204,115,125). Sum of RGB (Red+Green+Blue) = 204+115+125=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC737D is #338C82. Grayscale: #8E8E8E. Windows color (decimal): -3378307 or 8221644. OLE color: 8221644.

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

Color convert

RGB 204 115 125 -
CMYK 0 0.44 0.39 0.2
HSL 353.26º 0.47% 0.63% -
HSV(B) 353.26º 0.44% 0.8% -
XYZ 34.73 26.58 22.7 -
YUV 142.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 204 115 125 0 0.44 0.39 0.2 353.26 0.47 0.63
Hex CC 73 7D 0 2C 27 14 161 2F 3F
Octal 314 163 175 0 54 47 24 541 57 77
Binary 11001100 1110011 1111101 0 101100 100111 10100 101100001 101111 111111

Color Harmonies of #CC737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC737D

Black with #CC737D

Text Example


Text Example

White with #CC737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC737D; }

 p { color: rgb(204,115,125); }

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

background-color css

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

 a { background-color: rgb(204,115,125); }

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

border-color css

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

 span { border-color: rgb(204,115,125); }

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