Html Css Color HEX #CC7C8D Charm

📋 copy color: '#CC7C8D'

red 204 ◦ green 124 ◦ blue 141

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

Shades of Charm #CC7C8D

Tints of Charm #CC7C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 43.5%
G = 26.44%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC7C8D (or 0xCC7C8D) is known color: Charm. HEX triplet: CC, 7C and 8D. RGB value is (204,124,141). Sum of RGB (Red+Green+Blue) = 204+124+141=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C8D is #338372. Grayscale: #959595. Windows color (decimal): -3375987 or 9272524. OLE color: 9272524.

HSL color Cylindrical-coordinate representation of color #CC7C8D: hue angle of 347.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 #CC7C8D is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 124 141 -
CMYK 0 0.39 0.31 0.2
HSL 347.25º 0.44% 0.64% -
HSV(B) 347.25º 0.39% 0.8% -
XYZ 36.92 29.18 28.89 -
YUV 149.86 123 166.62 -
System Red Green Blue C M Y K H S L
Decimal 204 124 141 0 0.39 0.31 0.2 347.25 0.44 0.64
Hex CC 7C 8D 0 27 1F 14 15B 2C 40
Octal 314 174 215 0 47 37 24 533 54 100
Binary 11001100 1111100 10001101 0 100111 11111 10100 101011011 101100 1000000

Color Harmonies of #CC7C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C8D

Black with #CC7C8D

Text Example


Text Example

White with #CC7C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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