Html Css Color HEX #CC7285 Charm

📋 copy color: '#CC7285'

red 204 ◦ green 114 ◦ blue 133

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

Shades of Charm #CC7285

Tints of Charm #CC7285

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.28%

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

R = 45.23%
G = 25.28%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC7285 (or 0xCC7285) is known color: Charm. HEX triplet: CC, 72 and 85. RGB value is (204,114,133). Sum of RGB (Red+Green+Blue) = 204+114+133=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 114 (44.92% from 255 or 25.28% from 451); Blue value is 133 (52.34% from 255 or 29.49% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7285 is #338D7A. Grayscale: #8F8F8F. Windows color (decimal): -3378555 or 8745676. OLE color: 8745676.

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

Color convert

RGB 204 114 133 -
CMYK 0 0.44 0.35 0.2
HSL 347.33º 0.47% 0.62% -
HSV(B) 347.33º 0.44% 0.8% -
XYZ 35.15 26.57 25.47 -
YUV 143.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 204 114 133 0 0.44 0.35 0.2 347.33 0.47 0.62
Hex CC 72 85 0 2C 23 14 15B 2F 3E
Octal 314 162 205 0 54 43 24 533 57 76
Binary 11001100 1110010 10000101 0 101100 100011 10100 101011011 101111 111110

Color Harmonies of #CC7285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7285

Black with #CC7285

Text Example


Text Example

White with #CC7285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7285; }

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

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

background-color css

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

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

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

border-color css

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

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

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