Html Css Color HEX #CC7086 Charm

📋 copy color: '#CC7086'

red 204 ◦ green 112 ◦ blue 134

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

Shades of Charm #CC7086

Tints of Charm #CC7086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.78%

R = 45.33%
G = 24.89%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.2

RGB Variations

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

Color information

#CC7086 (or 0xCC7086) is known color: Charm. HEX triplet: CC, 70 and 86. RGB value is (204,112,134). Sum of RGB (Red+Green+Blue) = 204+112+134=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7086 is #338F79. Grayscale: #8E8E8E. Windows color (decimal): -3379066 or 8810700. OLE color: 8810700.

HSL color Cylindrical-coordinate representation of color #CC7086: hue angle of 345.65º 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 #CC7086 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 112 134 -
CMYK 0 0.45 0.34 0.2
HSL 345.65º 0.47% 0.62% -
HSV(B) 345.65º 0.45% 0.8% -
XYZ 35 26.15 25.76 -
YUV 142.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 204 112 134 0 0.45 0.34 0.2 345.65 0.47 0.62
Hex CC 70 86 0 2D 22 14 15A 2F 3E
Octal 314 160 206 0 55 42 24 532 57 76
Binary 11001100 1110000 10000110 0 101101 100010 10100 101011010 101111 111110

Color Harmonies of #CC7086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7086

Black with #CC7086

Text Example


Text Example

White with #CC7086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7086; }

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

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

background-color css

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

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

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

border-color css

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

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

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