Html Css Color HEX #CC769B Hopbush

📋 copy color: '#CC769B'

red 204 ◦ green 118 ◦ blue 155

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

Shades of Hopbush #CC769B

Tints of Hopbush #CC769B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.49%

R = 42.77%
G = 24.74%
B = 32.49%

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

#CC769B (or 0xCC769B) is known color: Hopbush. HEX triplet: CC, 76 and 9B. RGB value is (204,118,155). Sum of RGB (Red+Green+Blue) = 204+118+155=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 118 (46.48% from 255 or 24.74% from 477); Blue value is 155 (60.94% from 255 or 32.49% from 477); Max value from RGB is 204 - color contains mainly: red. Hex color #CC769B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC769B is #338964. Grayscale: #939393. Windows color (decimal): -3377509 or 10188492. OLE color: 10188492.

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

Color convert

RGB 204 118 155 -
CMYK 0 0.42 0.24 0.2
HSL 334.19º 0.46% 0.63% -
HSV(B) 334.19º 0.42% 0.8% -
XYZ 37.3 28.16 34.48 -
YUV 147.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 204 118 155 0 0.42 0.24 0.2 334.19 0.46 0.63
Hex CC 76 9B 0 2A 18 14 14E 2E 3F
Octal 314 166 233 0 52 30 24 516 56 77
Binary 11001100 1110110 10011011 0 101010 11000 10100 101001110 101110 111111

Color Harmonies of #CC769B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC769B

Black with #CC769B

Text Example


Text Example

White with #CC769B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC769B; }

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

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

background-color css

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

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

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

border-color css

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

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

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