Html Css Color HEX #CC6C9E Hopbush

📋 copy color: '#CC6C9E'

red 204 ◦ green 108 ◦ blue 158

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

Shades of Hopbush #CC6C9E

Tints of Hopbush #CC6C9E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.98%

 BLUE value IS 158 (62.11% from 255) = 33.62%

R = 43.4%
G = 22.98%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CC6C9E (or 0xCC6C9E) is known color: Hopbush. HEX triplet: CC, 6C and 9E. RGB value is (204,108,158). Sum of RGB (Red+Green+Blue) = 204+108+158=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6C9E is #339361. Grayscale: #8E8E8E. Windows color (decimal): -3380066 or 10382540. OLE color: 10382540.

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

Color convert

RGB 204 108 158 -
CMYK 0 0.47 0.23 0.2
HSL 328.75º 0.48% 0.61% -
HSV(B) 328.75º 0.47% 0.8% -
XYZ 36.44 26.03 35.45 -
YUV 142.4 136.8 171.93 -
System Red Green Blue C M Y K H S L
Decimal 204 108 158 0 0.47 0.23 0.2 328.75 0.48 0.61
Hex CC 6C 9E 0 2F 17 14 149 30 3D
Octal 314 154 236 0 57 27 24 511 60 75
Binary 11001100 1101100 10011110 0 101111 10111 10100 101001001 110000 111101

Color Harmonies of #CC6C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6C9E

Black with #CC6C9E

Text Example


Text Example

White with #CC6C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6C9E; }

 p { color: rgb(204,108,158); }

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

background-color css

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

 a { background-color: rgb(204,108,158); }

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

border-color css

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

 span { border-color: rgb(204,108,158); }

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