Html Css Color HEX #CC7C7D Charm

📋 copy color: '#CC7C7D'

red 204 ◦ green 124 ◦ blue 125

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

Shades of Charm #CC7C7D

Tints of Charm #CC7C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.37%

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

R = 45.03%
G = 27.37%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CC7C7D (or 0xCC7C7D) is known color: Charm. HEX triplet: CC, 7C and 7D. RGB value is (204,124,125). Sum of RGB (Red+Green+Blue) = 204+124+125=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C7D is #338382. Grayscale: #949494. Windows color (decimal): -3376003 or 8223948. OLE color: 8223948.

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

Color convert

RGB 204 124 125 -
CMYK 0 0.39 0.39 0.2
HSL 359.25º 0.44% 0.64% -
HSV(B) 359.25º 0.39% 0.8% -
XYZ 35.81 28.73 23.06 -
YUV 148.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 204 124 125 0 0.39 0.39 0.2 359.25 0.44 0.64
Hex CC 7C 7D 0 27 27 14 167 2C 40
Octal 314 174 175 0 47 47 24 547 54 100
Binary 11001100 1111100 1111101 0 100111 100111 10100 101100111 101100 1000000

Color Harmonies of #CC7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C7D

Black with #CC7C7D

Text Example


Text Example

White with #CC7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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