#CD6F94

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

Shades of Hopbush #CD6F94

Tints of Hopbush #CD6F94

Color information

#CD6F94 (or 0xCD6F94) is unknown color: approx Hopbush. HEX triplet: CD, 6F and 94. RGB value is (205,111,148). Sum of RGB (Red+Green+Blue) = 205+111+148=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6F94 is #32906B. Grayscale: #8F8F8F. Windows color (decimal): -3313772 or 9727949. OLE color: 9727949.

HSL color Cylindrical-coordinate representation of color #CD6F94: hue angle of 336.38º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6F94 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB205111148-
CMYK00.460.280.20
HSL336.38º48.45%61.96%-
HSV(B)336.38º45.85%80.39%-
XYZ36.2126.4931.22-
YUV143.32130.64171.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.18%
GREEN value IS 111 (43.75% from 255) = 23.92%
BLUE value IS 148 (58.20% from 255) = 31.90%
R=44.18%
G=23.92%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511114800.460.280.20336.3848.4561.96
HexCD6F9402E1C14150303e
Octal31515722405634245206076
Binary1100110111011111001010001011101110010100101010000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6F94; }

 p { color: rgb(205,111,148); }

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

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

 a { background-color: rgb(205,111,148); }

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

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

 span { border-color: rgb(205,111,148); }

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