#CB6194

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

Shades of Hopbush #CB6194

Tints of Hopbush #CB6194

Color information

#CB6194 (or 0xCB6194) is unknown color: approx Hopbush. HEX triplet: CB, 61 and 94. RGB value is (203,97,148). Sum of RGB (Red+Green+Blue) = 203+97+148=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6194 is #349E6B. Grayscale: #868686. Windows color (decimal): -3448428 or 9724363. OLE color: 9724363.

HSL color Cylindrical-coordinate representation of color #CB6194: hue angle of 331.13º degrees, saturation: 0.5, 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 #CB6194 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB20397148-
CMYK00.520.270.20
HSL331.13º50.48%58.82%-
HSV(B)331.13º52.22%79.61%-
XYZ34.2523.3830.73-
YUV134.51135.62176.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 97 (38.28% from 255) = 21.65%
BLUE value IS 148 (58.20% from 255) = 33.04%
R=45.31%
G=21.65%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039714800.520.270.20331.1350.4858.82
HexCB61940341B1414b323b
Octal31314122406433245136273
Binary1100101111000011001010001101001101110100101001011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6194; }

 p { color: rgb(203,97,148); }

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

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

 a { background-color: rgb(203,97,148); }

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

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

 span { border-color: rgb(203,97,148); }

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