Html Css Color HEX #CB3263 Cerise

📋 copy color: '#CB3263'

red 203 ◦ green 50 ◦ blue 99

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

Shades of Cerise #CB3263

Tints of Cerise #CB3263

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.2%

 BLUE value IS 99 (39.06% from 255) = 28.13%

R = 57.67%
G = 14.2%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB3263 (or 0xCB3263) is known color: Cerise. HEX triplet: CB, 32 and 63. RGB value is (203,50,99). Sum of RGB (Red+Green+Blue) = 203+50+99=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3263 is #34CD9C. Grayscale: #656565. Windows color (decimal): -3460509 or 6501067. OLE color: 6501067.

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

Color convert

RGB 203 50 99 -
CMYK 0 0.75 0.51 0.20
HSL 340.78º 0.6% 0.5% -
HSV(B) 340.78º 0.75% 0.8% -
XYZ 28.02 15.88 13.39 -
YUV 101.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 203 50 99 0 0.75 0.51 0.20 340.78 0.6 0.5
Hex CB 32 63 0 4B 33 14 155 3C 32
Octal 313 62 143 0 113 63 24 525 74 62
Binary 11001011 110010 1100011 0 1001011 110011 10100 101010101 111100 110010

Color Harmonies of #CB3263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3263

Black with #CB3263

Text Example


Text Example

White with #CB3263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3263; }

 p { color: rgb(203,50,99); }

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

background-color css

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

 a { background-color: rgb(203,50,99); }

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

border-color css

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

 span { border-color: rgb(203,50,99); }

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