Html Css Color HEX #CC75AF Hopbush

📋 copy color: '#CC75AF'

red 204 ◦ green 117 ◦ blue 175

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

Shades of Hopbush #CC75AF

Tints of Hopbush #CC75AF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.59%

 BLUE value IS 175 (68.75% from 255) = 35.28%

R = 41.13%
G = 23.59%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC75AF (or 0xCC75AF) is known color: Hopbush. HEX triplet: CC, 75 and AF. RGB value is (204,117,175). Sum of RGB (Red+Green+Blue) = 204+117+175=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 117 (46.09% from 255 or 23.59% from 496); Blue value is 175 (68.75% from 255 or 35.28% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC75AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC75AF is #338A50. Grayscale: #959595. Windows color (decimal): -3377745 or 11498956. OLE color: 11498956.

HSL color Cylindrical-coordinate representation of color #CC75AF: hue angle of 320º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC75AF is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 117 175 -
CMYK 0 0.43 0.14 0.2
HSL 320º 0.46% 0.63% -
HSV(B) 320º 0.43% 0.8% -
XYZ 39 28.66 44.03 -
YUV 149.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 204 117 175 0 0.43 0.14 0.2 320 0.46 0.63
Hex CC 75 AF 0 2B E 14 140 2E 3F
Octal 314 165 257 0 53 16 24 500 56 77
Binary 11001100 1110101 10101111 0 101011 1110 10100 101000000 101110 111111

Color Harmonies of #CC75AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC75AF

Black with #CC75AF

Text Example


Text Example

White with #CC75AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC75AF; }

 p { color: rgb(204,117,175); }

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

background-color css

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

 a { background-color: rgb(204,117,175); }

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

border-color css

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

 span { border-color: rgb(204,117,175); }

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