Html Css Color HEX #CC7B8D Charm

📋 copy color: '#CC7B8D'

red 204 ◦ green 123 ◦ blue 141

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

Shades of Charm #CC7B8D

Tints of Charm #CC7B8D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.28%

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

R = 43.59%
G = 26.28%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CC7B8D (or 0xCC7B8D) is known color: Charm. HEX triplet: CC, 7B and 8D. RGB value is (204,123,141). Sum of RGB (Red+Green+Blue) = 204+123+141=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7B8D is #338472. Grayscale: #959595. Windows color (decimal): -3376243 or 9272268. OLE color: 9272268.

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

Color convert

RGB 204 123 141 -
CMYK 0 0.40 0.31 0.2
HSL 346.67º 0.44% 0.64% -
HSV(B) 346.67º 0.4% 0.8% -
XYZ 36.79 28.93 28.84 -
YUV 149.27 123.34 167.04 -
System Red Green Blue C M Y K H S L
Decimal 204 123 141 0 0.40 0.31 0.2 346.67 0.44 0.64
Hex CC 7B 8D 0 28 1F 14 15B 2C 40
Octal 314 173 215 0 50 37 24 533 54 100
Binary 11001100 1111011 10001101 0 101000 11111 10100 101011011 101100 1000000

Color Harmonies of #CC7B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B8D

Black with #CC7B8D

Text Example


Text Example

White with #CC7B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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