Html Css Color HEX #CC6D90 Hopbush

📋 copy color: '#CC6D90'

red 204 ◦ green 109 ◦ blue 144

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

Shades of Hopbush #CC6D90

Tints of Hopbush #CC6D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 31.51%

R = 44.64%
G = 23.85%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC6D90 (or 0xCC6D90) is known color: Hopbush. HEX triplet: CC, 6D and 90. RGB value is (204,109,144). Sum of RGB (Red+Green+Blue) = 204+109+144=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC6D90 is #33926F. Grayscale: #8D8D8D. Windows color (decimal): -3379824 or 9465292. OLE color: 9465292.

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

Color convert

RGB 204 109 144 -
CMYK 0 0.47 0.29 0.2
HSL 337.89º 0.48% 0.61% -
HSV(B) 337.89º 0.47% 0.8% -
XYZ 35.4 25.79 29.5 -
YUV 141.4 129.47 172.65 -
System Red Green Blue C M Y K H S L
Decimal 204 109 144 0 0.47 0.29 0.2 337.89 0.48 0.61
Hex CC 6D 90 0 2F 1D 14 152 30 3D
Octal 314 155 220 0 57 35 24 522 60 75
Binary 11001100 1101101 10010000 0 101111 11101 10100 101010010 110000 111101

Color Harmonies of #CC6D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6D90

Black with #CC6D90

Text Example


Text Example

White with #CC6D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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