Html Css Color HEX #CC7084 Charm

📋 copy color: '#CC7084'

red 204 ◦ green 112 ◦ blue 132

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

Shades of Charm #CC7084

Tints of Charm #CC7084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25%

 BLUE value IS 132 (51.95% from 255) = 29.46%

R = 45.54%
G = 25%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#CC7084 (or 0xCC7084) is known color: Charm. HEX triplet: CC, 70 and 84. RGB value is (204,112,132). Sum of RGB (Red+Green+Blue) = 204+112+132=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 112 (44.14% from 255 or 25% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7084 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7084 is #338F7B. Grayscale: #8D8D8D. Windows color (decimal): -3379068 or 8679628. OLE color: 8679628.

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

Color convert

RGB 204 112 132 -
CMYK 0 0.45 0.35 0.2
HSL 346.96º 0.47% 0.62% -
HSV(B) 346.96º 0.45% 0.8% -
XYZ 34.86 26.09 25.03 -
YUV 141.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 204 112 132 0 0.45 0.35 0.2 346.96 0.47 0.62
Hex CC 70 84 0 2D 23 14 15B 2F 3E
Octal 314 160 204 0 55 43 24 533 57 76
Binary 11001100 1110000 10000100 0 101101 100011 10100 101011011 101111 111110

Color Harmonies of #CC7084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7084

Black with #CC7084

Text Example


Text Example

White with #CC7084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7084; }

 p { color: rgb(204,112,132); }

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

background-color css

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

 a { background-color: rgb(204,112,132); }

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

border-color css

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

 span { border-color: rgb(204,112,132); }

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