Html Css Color HEX #CC6A98 Hopbush

📋 copy color: '#CC6A98'

red 204 ◦ green 106 ◦ blue 152

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

Shades of Hopbush #CC6A98

Tints of Hopbush #CC6A98

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.94%

 BLUE value IS 152 (59.77% from 255) = 32.9%

R = 44.16%
G = 22.94%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC6A98 (or 0xCC6A98) is known color: Hopbush. HEX triplet: CC, 6A and 98. RGB value is (204,106,152). Sum of RGB (Red+Green+Blue) = 204+106+152=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6A98 is #339567. Grayscale: #8C8C8C. Windows color (decimal): -3380584 or 9988812. OLE color: 9988812.

HSL color Cylindrical-coordinate representation of color #CC6A98: hue angle of 331.84º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC6A98 is Cyan = 0, Magento = 0.48, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 106 152 -
CMYK 0 0.48 0.25 0.2
HSL 331.84º 0.49% 0.61% -
HSV(B) 331.84º 0.48% 0.8% -
XYZ 35.72 25.41 32.73 -
YUV 140.55 134.47 173.26 -
System Red Green Blue C M Y K H S L
Decimal 204 106 152 0 0.48 0.25 0.2 331.84 0.49 0.61
Hex CC 6A 98 0 30 19 14 14C 31 3D
Octal 314 152 230 0 60 31 24 514 61 75
Binary 11001100 1101010 10011000 0 110000 11001 10100 101001100 110001 111101

Color Harmonies of #CC6A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6A98

Black with #CC6A98

Text Example


Text Example

White with #CC6A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6A98; }

 p { color: rgb(204,106,152); }

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

background-color css

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

 a { background-color: rgb(204,106,152); }

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

border-color css

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

 span { border-color: rgb(204,106,152); }

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