Html Css Color HEX #CC7D91 Charm

📋 copy color: '#CC7D91'

red 204 ◦ green 125 ◦ blue 145

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

Shades of Charm #CC7D91

Tints of Charm #CC7D91

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.37%

 BLUE value IS 145 (57.03% from 255) = 30.59%

R = 43.04%
G = 26.37%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC7D91 (or 0xCC7D91) is known color: Charm. HEX triplet: CC, 7D and 91. RGB value is (204,125,145). Sum of RGB (Red+Green+Blue) = 204+125+145=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7D91 is #33826E. Grayscale: #969696. Windows color (decimal): -3375727 or 9534924. OLE color: 9534924.

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

Color convert

RGB 204 125 145 -
CMYK 0 0.39 0.29 0.2
HSL 344.81º 0.44% 0.65% -
HSV(B) 344.81º 0.39% 0.8% -
XYZ 37.35 29.55 30.52 -
YUV 150.9 124.67 165.87 -
System Red Green Blue C M Y K H S L
Decimal 204 125 145 0 0.39 0.29 0.2 344.81 0.44 0.65
Hex CC 7D 91 0 27 1D 14 159 2C 41
Octal 314 175 221 0 47 35 24 531 54 101
Binary 11001100 1111101 10010001 0 100111 11101 10100 101011001 101100 1000001

Color Harmonies of #CC7D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D91

Black with #CC7D91

Text Example


Text Example

White with #CC7D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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