#CB2670

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

Shades of Cerise #CB2670

Tints of Cerise #CB2670

Color information

#CB2670 (or 0xCB2670) is unknown color: approx Cerise. HEX triplet: CB, 26 and 70. RGB value is (203,38,112). Sum of RGB (Red+Green+Blue) = 203+38+112=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2670 is #34D98F. Grayscale: #5F5F5F. Windows color (decimal): -3463568 or 7349963. OLE color: 7349963.

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

Color convert

RGB20338112-
CMYK00.810.450.20
HSL333.09º68.46%47.25%-
HSV(B)333.09º81.28%79.61%-
XYZ28.2515.2516.78-
YUV95.77137.16204.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.51%
GREEN value IS 38 (15.23% from 255) = 10.76%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=57.51%
G=10.76%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2033811200.810.450.20333.0968.4647.25
HexCB26700512D1414d442f
Octal313461600121552451510457
Binary11001011100110111000001010001101101101001010011011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB2670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB2670; }

 p { color: rgb(203,38,112); }

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

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

 a { background-color: rgb(203,38,112); }

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

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

 span { border-color: rgb(203,38,112); }

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