Html Css Color HEX #CC6CAF Hopbush

📋 copy color: '#CC6CAF'

red 204 ◦ green 108 ◦ blue 175

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

Shades of Hopbush #CC6CAF

Tints of Hopbush #CC6CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.93%

R = 41.89%
G = 22.18%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CC6CAF (or 0xCC6CAF) is known color: Hopbush. HEX triplet: CC, 6C and AF. RGB value is (204,108,175). Sum of RGB (Red+Green+Blue) = 204+108+175=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 175 (68.75% from 255 or 35.93% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6CAF is #339350. Grayscale: #909090. Windows color (decimal): -3380049 or 11496652. OLE color: 11496652.

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

Color convert

RGB 204 108 175 -
CMYK 0 0.47 0.14 0.2
HSL 318.13º 0.48% 0.61% -
HSV(B) 318.13º 0.47% 0.8% -
XYZ 38 26.66 43.7 -
YUV 144.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 204 108 175 0 0.47 0.14 0.2 318.13 0.48 0.61
Hex CC 6C AF 0 2F E 14 13E 30 3D
Octal 314 154 257 0 57 16 24 476 60 75
Binary 11001100 1101100 10101111 0 101111 1110 10100 100111110 110000 111101

Color Harmonies of #CC6CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CAF

Black with #CC6CAF

Text Example


Text Example

White with #CC6CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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