Html Css Color HEX #CC6D95 Hopbush

📋 copy color: '#CC6D95'

red 204 ◦ green 109 ◦ blue 149

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

Shades of Hopbush #CC6D95

Tints of Hopbush #CC6D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 32.25%

R = 44.16%
G = 23.59%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC6D95 (or 0xCC6D95) is known color: Hopbush. HEX triplet: CC, 6D and 95. RGB value is (204,109,149). Sum of RGB (Red+Green+Blue) = 204+109+149=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6D95 is #33926A. Grayscale: #8D8D8D. Windows color (decimal): -3379819 or 9792972. OLE color: 9792972.

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

Color convert

RGB 204 109 149 -
CMYK 0 0.47 0.27 0.2
HSL 334.74º 0.48% 0.61% -
HSV(B) 334.74º 0.47% 0.8% -
XYZ 35.8 25.94 31.55 -
YUV 141.97 131.97 172.25 -
System Red Green Blue C M Y K H S L
Decimal 204 109 149 0 0.47 0.27 0.2 334.74 0.48 0.61
Hex CC 6D 95 0 2F 1B 14 14F 30 3D
Octal 314 155 225 0 57 33 24 517 60 75
Binary 11001100 1101101 10010101 0 101111 11011 10100 101001111 110000 111101

Color Harmonies of #CC6D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D95

Black with #CC6D95

Text Example


Text Example

White with #CC6D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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