Html Css Color HEX #CC7DAB Hopbush

📋 copy color: '#CC7DAB'

red 204 ◦ green 125 ◦ blue 171

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

Shades of Hopbush #CC7DAB

Tints of Hopbush #CC7DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.2%

R = 40.8%
G = 25%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC7DAB (or 0xCC7DAB) is known color: Hopbush. HEX triplet: CC, 7D and AB. RGB value is (204,125,171). Sum of RGB (Red+Green+Blue) = 204+125+171=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 171 (67.19% from 255 or 34.2% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7DAB is #338254. Grayscale: #999999. Windows color (decimal): -3375701 or 11238860. OLE color: 11238860.

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

Color convert

RGB 204 125 171 -
CMYK 0 0.39 0.16 0.2
HSL 325.06º 0.44% 0.65% -
HSV(B) 325.06º 0.39% 0.8% -
XYZ 39.59 30.44 42.32 -
YUV 153.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 204 125 171 0 0.39 0.16 0.2 325.06 0.44 0.65
Hex CC 7D AB 0 27 10 14 145 2C 41
Octal 314 175 253 0 47 20 24 505 54 101
Binary 11001100 1111101 10101011 0 100111 10000 10100 101000101 101100 1000001

Color Harmonies of #CC7DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DAB

Black with #CC7DAB

Text Example


Text Example

White with #CC7DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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