Html Css Color HEX #CC7585 Charm

📋 copy color: '#CC7585'

red 204 ◦ green 117 ◦ blue 133

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

Shades of Charm #CC7585

Tints of Charm #CC7585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.77%

 BLUE value IS 133 (52.34% from 255) = 29.3%

R = 44.93%
G = 25.77%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC7585 (or 0xCC7585) is known color: Charm. HEX triplet: CC, 75 and 85. RGB value is (204,117,133). Sum of RGB (Red+Green+Blue) = 204+117+133=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 117 (46.09% from 255 or 25.77% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7585 is #338A7A. Grayscale: #909090. Windows color (decimal): -3377787 or 8746444. OLE color: 8746444.

HSL color Cylindrical-coordinate representation of color #CC7585: hue angle of 348.97º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC7585 is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 133 -
CMYK 0 0.43 0.35 0.2
HSL 348.97º 0.46% 0.63% -
HSV(B) 348.97º 0.43% 0.8% -
XYZ 35.5 27.25 25.58 -
YUV 144.84 121.32 170.2 -
System Red Green Blue C M Y K H S L
Decimal 204 117 133 0 0.43 0.35 0.2 348.97 0.46 0.63
Hex CC 75 85 0 2B 23 14 15D 2E 3F
Octal 314 165 205 0 53 43 24 535 56 77
Binary 11001100 1110101 10000101 0 101011 100011 10100 101011101 101110 111111

Color Harmonies of #CC7585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7585

Black with #CC7585

Text Example


Text Example

White with #CC7585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7585; }

 p { color: rgb(204,117,133); }

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

background-color css

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

 a { background-color: rgb(204,117,133); }

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

border-color css

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

 span { border-color: rgb(204,117,133); }

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