Html Css Color HEX #CB2364 Cerise

📋 copy color: '#CB2364'

red 203 ◦ green 35 ◦ blue 100

#CB2364
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #CB2364

Tints of Cerise #CB2364

RGB

 RED value IS 203 (79.69% from 255) = 60.06%

 GREEN value IS 35 (14.06% from 255) = 10.36%

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 60.06%
G = 10.36%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB2364 (or 0xCB2364) is known color: Cerise. HEX triplet: CB, 23 and 64. RGB value is (203,35,100). Sum of RGB (Red+Green+Blue) = 203+35+100=338 (44% of max value = 765). Red value is 203 (79.69% from 255 or 60.06% from 338); Green value is 35 (14.06% from 255 or 10.36% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2364 is #34DC9B. Grayscale: #5C5C5C. Windows color (decimal): -3464348 or 6562763. OLE color: 6562763.

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

Color convert

RGB 203 35 100 -
CMYK 0 0.83 0.51 0.20
HSL 336.79º 0.71% 0.47% -
HSV(B) 336.79º 0.83% 0.8% -
XYZ 27.53 14.82 13.47 -
YUV 92.64 132.16 206.71 -
System Red Green Blue C M Y K H S L
Decimal 203 35 100 0 0.83 0.51 0.20 336.79 0.71 0.47
Hex CB 23 64 0 53 33 14 151 47 2F
Octal 313 43 144 0 123 63 24 521 107 57
Binary 11001011 100011 1100100 0 1010011 110011 10100 101010001 1000111 101111

Color Harmonies of #CB2364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2364

Black with #CB2364

Text Example


Text Example

White with #CB2364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2364; }

 p { color: rgb(203,35,100); }

 H1.HeaderClassName
 {
   color: #CB2364;
 }
 .AnyTagClassName
 {
   color: #CB2364;
 }
</style>

background-color css

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

 a { background-color: rgb(203,35,100); }

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

border-color css

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

 span { border-color: rgb(203,35,100); }

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