Html Css Color HEX #CC7696 Hopbush

📋 copy color: '#CC7696'

red 204 ◦ green 118 ◦ blue 150

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

Shades of Hopbush #CC7696

Tints of Hopbush #CC7696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.78%

R = 43.22%
G = 25%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC7696 (or 0xCC7696) is known color: Hopbush. HEX triplet: CC, 76 and 96. RGB value is (204,118,150). Sum of RGB (Red+Green+Blue) = 204+118+150=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 118 (46.48% from 255 or 25% from 472); Blue value is 150 (58.98% from 255 or 31.78% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7696 is #338969. Grayscale: #939393. Windows color (decimal): -3377514 or 9860812. OLE color: 9860812.

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

Color convert

RGB 204 118 150 -
CMYK 0 0.42 0.26 0.2
HSL 337.67º 0.46% 0.63% -
HSV(B) 337.67º 0.42% 0.8% -
XYZ 36.89 28 32.31 -
YUV 147.36 129.49 168.4 -
System Red Green Blue C M Y K H S L
Decimal 204 118 150 0 0.42 0.26 0.2 337.67 0.46 0.63
Hex CC 76 96 0 2A 1A 14 152 2E 3F
Octal 314 166 226 0 52 32 24 522 56 77
Binary 11001100 1110110 10010110 0 101010 11010 10100 101010010 101110 111111

Color Harmonies of #CC7696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7696

Black with #CC7696

Text Example


Text Example

White with #CC7696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7696; }

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

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

background-color css

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

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

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

border-color css

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

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

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