#CD6292

Color #CD6292 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CD6292

Tints of Hopbush #CD6292

Color information

#CD6292 (or 0xCD6292) is unknown color: approx Hopbush. HEX triplet: CD, 62 and 92. RGB value is (205,98,146). Sum of RGB (Red+Green+Blue) = 205+98+146=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6292 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6292 is #329D6D. Grayscale: #878787. Windows color (decimal): -3317102 or 9593549. OLE color: 9593549.

HSL color Cylindrical-coordinate representation of color #CD6292: hue angle of 333.08º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6292 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB20598146-
CMYK00.520.290.20
HSL333.08º51.69%59.41%-
HSV(B)333.08º52.2%80.39%-
XYZ34.7323.7929.96-
YUV135.46133.95177.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=45.66%
G=21.83%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059814600.520.290.20333.0851.6959.41
HexCD62920341D1414d343b
Octal31514222206435245156473
Binary1100110111000101001001001101001110110100101001101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6292; }

 p { color: rgb(205,98,146); }

 H1.HeaderClassName
 {
   color: #CD6292;
 }
 .AnyTagClassName
 {
   color: #CD6292;
 }
</style>
background-color css

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

 a { background-color: rgb(205,98,146); }

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

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

 span { border-color: rgb(205,98,146); }

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