#CB346B

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

Shades of Cerise #CB346B

Tints of Cerise #CB346B

Color information

#CB346B (or 0xCB346B) is unknown color: approx Cerise. HEX triplet: CB, 34 and 6B. RGB value is (203,52,107). Sum of RGB (Red+Green+Blue) = 203+52+107=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB346B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB346B is #34CB94. Grayscale: #676767. Windows color (decimal): -3459989 or 7025867. OLE color: 7025867.

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

Color convert

RGB20352107-
CMYK00.740.470.20
HSL338.15º59.22%50%-
HSV(B)338.15º74.38%79.61%-
XYZ28.5116.2115.54-
YUV103.42130.03199.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 56.08%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 107 (42.19% from 255) = 29.56%
R=56.08%
G=14.36%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2035210700.740.470.20338.1559.2250
HexCB346B04A2F141523b32
Octal31364153011257245227362
Binary1100101111010011010110100101010111110100101010010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB346B; }

 p { color: rgb(203,52,107); }

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

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

 a { background-color: rgb(203,52,107); }

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

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

 span { border-color: rgb(203,52,107); }

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