Html Css Color HEX #CC7290 Hopbush

📋 copy color: '#CC7290'

red 204 ◦ green 114 ◦ blue 144

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

Shades of Hopbush #CC7290

Tints of Hopbush #CC7290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.68%

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

R = 44.16%
G = 24.68%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC7290 (or 0xCC7290) is known color: Hopbush. HEX triplet: CC, 72 and 90. RGB value is (204,114,144). Sum of RGB (Red+Green+Blue) = 204+114+144=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7290 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7290 is #338D6F. Grayscale: #909090. Windows color (decimal): -3378544 or 9466572. OLE color: 9466572.

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

Color convert

RGB 204 114 144 -
CMYK 0 0.44 0.29 0.2
HSL 340º 0.47% 0.62% -
HSV(B) 340º 0.44% 0.8% -
XYZ 35.95 26.89 29.68 -
YUV 144.33 127.82 170.56 -
System Red Green Blue C M Y K H S L
Decimal 204 114 144 0 0.44 0.29 0.2 340 0.47 0.62
Hex CC 72 90 0 2C 1D 14 154 2F 3E
Octal 314 162 220 0 54 35 24 524 57 76
Binary 11001100 1110010 10010000 0 101100 11101 10100 101010100 101111 111110

Color Harmonies of #CC7290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7290

Black with #CC7290

Text Example


Text Example

White with #CC7290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7290; }

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

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

background-color css

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

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

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

border-color css

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

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

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