Html Css Color HEX #CC7C8A Charm

📋 copy color: '#CC7C8A'

red 204 ◦ green 124 ◦ blue 138

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

Shades of Charm #CC7C8A

Tints of Charm #CC7C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.61%

R = 43.78%
G = 26.61%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CC7C8A (or 0xCC7C8A) is known color: Charm. HEX triplet: CC, 7C and 8A. RGB value is (204,124,138). Sum of RGB (Red+Green+Blue) = 204+124+138=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7C8A is #338375. Grayscale: #959595. Windows color (decimal): -3375990 or 9075916. OLE color: 9075916.

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

Color convert

RGB 204 124 138 -
CMYK 0 0.39 0.32 0.2
HSL 349.5º 0.44% 0.64% -
HSV(B) 349.5º 0.39% 0.8% -
XYZ 36.7 29.09 27.73 -
YUV 149.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 204 124 138 0 0.39 0.32 0.2 349.5 0.44 0.64
Hex CC 7C 8A 0 27 20 14 15E 2C 40
Octal 314 174 212 0 47 40 24 536 54 100
Binary 11001100 1111100 10001010 0 100111 100000 10100 101011110 101100 1000000

Color Harmonies of #CC7C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7C8A

Black with #CC7C8A

Text Example


Text Example

White with #CC7C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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