Html Css Color HEX #CC6DAE Hopbush

📋 copy color: '#CC6DAE'

red 204 ◦ green 109 ◦ blue 174

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

Shades of Hopbush #CC6DAE

Tints of Hopbush #CC6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.38%

 BLUE value IS 174 (68.36% from 255) = 35.73%

R = 41.89%
G = 22.38%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC6DAE (or 0xCC6DAE) is known color: Hopbush. HEX triplet: CC, 6D and AE. RGB value is (204,109,174). Sum of RGB (Red+Green+Blue) = 204+109+174=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6DAE is #339251. Grayscale: #909090. Windows color (decimal): -3379794 or 11431372. OLE color: 11431372.

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

Color convert

RGB 204 109 174 -
CMYK 0 0.47 0.15 0.2
HSL 318.95º 0.48% 0.61% -
HSV(B) 318.95º 0.47% 0.8% -
XYZ 38.01 26.83 43.22 -
YUV 144.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 204 109 174 0 0.47 0.15 0.2 318.95 0.48 0.61
Hex CC 6D AE 0 2F F 14 13F 30 3D
Octal 314 155 256 0 57 17 24 477 60 75
Binary 11001100 1101101 10101110 0 101111 1111 10100 100111111 110000 111101

Color Harmonies of #CC6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DAE

Black with #CC6DAE

Text Example


Text Example

White with #CC6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DAE; }

 p { color: rgb(204,109,174); }

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

background-color css

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

 a { background-color: rgb(204,109,174); }

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

border-color css

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

 span { border-color: rgb(204,109,174); }

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