Html Css Color HEX #CC7088 Charm

📋 copy color: '#CC7088'

red 204 ◦ green 112 ◦ blue 136

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

Shades of Charm #CC7088

Tints of Charm #CC7088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.09%

R = 45.13%
G = 24.78%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CC7088 (or 0xCC7088) is known color: Charm. HEX triplet: CC, 70 and 88. RGB value is (204,112,136). Sum of RGB (Red+Green+Blue) = 204+112+136=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 112 (44.14% from 255 or 24.78% from 452); Blue value is 136 (53.52% from 255 or 30.09% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7088 is #338F77. Grayscale: #8E8E8E. Windows color (decimal): -3379064 or 8941772. OLE color: 8941772.

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

Color convert

RGB 204 112 136 -
CMYK 0 0.45 0.33 0.2
HSL 344.35º 0.47% 0.62% -
HSV(B) 344.35º 0.45% 0.8% -
XYZ 35.14 26.2 26.5 -
YUV 142.24 124.48 172.05 -
System Red Green Blue C M Y K H S L
Decimal 204 112 136 0 0.45 0.33 0.2 344.35 0.47 0.62
Hex CC 70 88 0 2D 21 14 158 2F 3E
Octal 314 160 210 0 55 41 24 530 57 76
Binary 11001100 1110000 10001000 0 101101 100001 10100 101011000 101111 111110

Color Harmonies of #CC7088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7088

Black with #CC7088

Text Example


Text Example

White with #CC7088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7088; }

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

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

background-color css

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

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

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

border-color css

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

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

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