Html Css Color HEX #CC6094 Hopbush

📋 copy color: '#CC6094'

red 204 ◦ green 96 ◦ blue 148

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

Shades of Hopbush #CC6094

Tints of Hopbush #CC6094

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.43%

 BLUE value IS 148 (58.2% from 255) = 33.04%

R = 45.54%
G = 21.43%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC6094 (or 0xCC6094) is known color: Hopbush. HEX triplet: CC, 60 and 94. RGB value is (204,96,148). Sum of RGB (Red+Green+Blue) = 204+96+148=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6094 is #339F6B. Grayscale: #868686. Windows color (decimal): -3383148 or 9724108. OLE color: 9724108.

HSL color Cylindrical-coordinate representation of color #CC6094: hue angle of 331.11º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC6094 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 96 148 -
CMYK 0 0.53 0.27 0.2
HSL 331.11º 0.51% 0.59% -
HSV(B) 331.11º 0.53% 0.8% -
XYZ 34.43 23.34 30.71 -
YUV 134.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 204 96 148 0 0.53 0.27 0.2 331.11 0.51 0.59
Hex CC 60 94 0 35 1B 14 14B 33 3B
Octal 314 140 224 0 65 33 24 513 63 73
Binary 11001100 1100000 10010100 0 110101 11011 10100 101001011 110011 111011

Color Harmonies of #CC6094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6094

Black with #CC6094

Text Example


Text Example

White with #CC6094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6094; }

 p { color: rgb(204,96,148); }

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

background-color css

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

 a { background-color: rgb(204,96,148); }

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

border-color css

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

 span { border-color: rgb(204,96,148); }

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