Html Css Color HEX #CC74AF Hopbush

📋 copy color: '#CC74AF'

red 204 ◦ green 116 ◦ blue 175

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

Shades of Hopbush #CC74AF

Tints of Hopbush #CC74AF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.43%

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

R = 41.21%
G = 23.43%
B = 35.35%

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

#CC74AF (or 0xCC74AF) is known color: Hopbush. HEX triplet: CC, 74 and AF. RGB value is (204,116,175). Sum of RGB (Red+Green+Blue) = 204+116+175=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 116 (45.70% from 255 or 23.43% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC74AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC74AF is #338B50. Grayscale: #949494. Windows color (decimal): -3378001 or 11498700. OLE color: 11498700.

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

Color convert

RGB 204 116 175 -
CMYK 0 0.43 0.14 0.2
HSL 319.77º 0.46% 0.63% -
HSV(B) 319.77º 0.43% 0.8% -
XYZ 38.89 28.42 43.99 -
YUV 149.04 142.65 167.2 -
System Red Green Blue C M Y K H S L
Decimal 204 116 175 0 0.43 0.14 0.2 319.77 0.46 0.63
Hex CC 74 AF 0 2B E 14 140 2E 3F
Octal 314 164 257 0 53 16 24 500 56 77
Binary 11001100 1110100 10101111 0 101011 1110 10100 101000000 101110 111111

Color Harmonies of #CC74AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC74AF

Black with #CC74AF

Text Example


Text Example

White with #CC74AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC74AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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