Html Css Color HEX #CC7DA8 Hopbush

📋 copy color: '#CC7DA8'

red 204 ◦ green 125 ◦ blue 168

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

Shades of Hopbush #CC7DA8

Tints of Hopbush #CC7DA8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.15%

 BLUE value IS 168 (66.02% from 255) = 33.8%

R = 41.05%
G = 25.15%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.2

RGB Variations

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

Color information

#CC7DA8 (or 0xCC7DA8) is known color: Hopbush. HEX triplet: CC, 7D and A8. RGB value is (204,125,168). Sum of RGB (Red+Green+Blue) = 204+125+168=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7DA8 is #338257. Grayscale: #999999. Windows color (decimal): -3375704 or 11042252. OLE color: 11042252.

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

Color convert

RGB 204 125 168 -
CMYK 0 0.39 0.18 0.2
HSL 327.34º 0.44% 0.65% -
HSV(B) 327.34º 0.39% 0.8% -
XYZ 39.3 30.33 40.83 -
YUV 153.52 136.17 164 -
System Red Green Blue C M Y K H S L
Decimal 204 125 168 0 0.39 0.18 0.2 327.34 0.44 0.65
Hex CC 7D A8 0 27 12 14 147 2C 41
Octal 314 175 250 0 47 22 24 507 54 101
Binary 11001100 1111101 10101000 0 100111 10010 10100 101000111 101100 1000001

Color Harmonies of #CC7DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DA8

Black with #CC7DA8

Text Example


Text Example

White with #CC7DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DA8; }

 p { color: rgb(204,125,168); }

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

background-color css

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

 a { background-color: rgb(204,125,168); }

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

border-color css

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

 span { border-color: rgb(204,125,168); }

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