Html Css Color HEX #CC7B97 Hopbush

📋 copy color: '#CC7B97'

red 204 ◦ green 123 ◦ blue 151

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

Shades of Hopbush #CC7B97

Tints of Hopbush #CC7B97

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.73%

 BLUE value IS 151 (59.38% from 255) = 31.59%

R = 42.68%
G = 25.73%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.2

RGB Variations

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

Color information

#CC7B97 (or 0xCC7B97) is known color: Hopbush. HEX triplet: CC, 7B and 97. RGB value is (204,123,151). Sum of RGB (Red+Green+Blue) = 204+123+151=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 151 (59.38% from 255 or 31.59% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7B97 is #338468. Grayscale: #969696. Windows color (decimal): -3376233 or 9927628. OLE color: 9927628.

HSL color Cylindrical-coordinate representation of color #CC7B97: hue angle of 339.26º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC7B97 is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 123 151 -
CMYK 0 0.40 0.26 0.2
HSL 339.26º 0.44% 0.64% -
HSV(B) 339.26º 0.4% 0.8% -
XYZ 37.57 29.24 32.94 -
YUV 150.41 128.34 166.22 -
System Red Green Blue C M Y K H S L
Decimal 204 123 151 0 0.40 0.26 0.2 339.26 0.44 0.64
Hex CC 7B 97 0 28 1A 14 153 2C 40
Octal 314 173 227 0 50 32 24 523 54 100
Binary 11001100 1111011 10010111 0 101000 11010 10100 101010011 101100 1000000

Color Harmonies of #CC7B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B97

Black with #CC7B97

Text Example


Text Example

White with #CC7B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B97; }

 p { color: rgb(204,123,151); }

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

background-color css

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

 a { background-color: rgb(204,123,151); }

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

border-color css

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

 span { border-color: rgb(204,123,151); }

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