#CB629B

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

Shades of Hopbush #CB629B

Tints of Hopbush #CB629B

Color information

#CB629B (or 0xCB629B) is unknown color: approx Hopbush. HEX triplet: CB, 62 and 9B. RGB value is (203,98,155). Sum of RGB (Red+Green+Blue) = 203+98+155=456 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.52% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 203 - color contains mainly: red. Hex color #CB629B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB629B is #349D64. Grayscale: #878787. Windows color (decimal): -3448165 or 10183371. OLE color: 10183371.

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

Color convert

RGB20398155-
CMYK00.520.240.20
HSL327.43º50.24%59.02%-
HSV(B)327.43º51.72%79.61%-
XYZ34.9123.833.76-
YUV135.89138.79175.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.52%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=44.52%
G=21.49%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039815500.520.240.20327.4350.2459.02
HexCB629B0341814147323b
Octal31314223306430245076273
Binary1100101111000101001101101101001100010100101000111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB629B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB629B; }

 p { color: rgb(203,98,155); }

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

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

 a { background-color: rgb(203,98,155); }

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

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

 span { border-color: rgb(203,98,155); }

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