Html Css Color HEX #CC769C Hopbush

📋 copy color: '#CC769C'

red 204 ◦ green 118 ◦ blue 156

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

Shades of Hopbush #CC769C

Tints of Hopbush #CC769C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.69%

 BLUE value IS 156 (61.33% from 255) = 32.64%

R = 42.68%
G = 24.69%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CC769C (or 0xCC769C) is known color: Hopbush. HEX triplet: CC, 76 and 9C. RGB value is (204,118,156). Sum of RGB (Red+Green+Blue) = 204+118+156=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 118 (46.48% from 255 or 24.69% from 478); Blue value is 156 (61.33% from 255 or 32.64% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC769C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC769C is #338963. Grayscale: #939393. Windows color (decimal): -3377508 or 10254028. OLE color: 10254028.

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

Color convert

RGB 204 118 156 -
CMYK 0 0.42 0.24 0.2
HSL 333.49º 0.46% 0.63% -
HSV(B) 333.49º 0.42% 0.8% -
XYZ 37.38 28.19 34.92 -
YUV 148.05 132.49 167.91 -
System Red Green Blue C M Y K H S L
Decimal 204 118 156 0 0.42 0.24 0.2 333.49 0.46 0.63
Hex CC 76 9C 0 2A 18 14 14D 2E 3F
Octal 314 166 234 0 52 30 24 515 56 77
Binary 11001100 1110110 10011100 0 101010 11000 10100 101001101 101110 111111

Color Harmonies of #CC769C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC769C

Black with #CC769C

Text Example


Text Example

White with #CC769C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC769C; }

 p { color: rgb(204,118,156); }

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

background-color css

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

 a { background-color: rgb(204,118,156); }

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

border-color css

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

 span { border-color: rgb(204,118,156); }

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