Html Css Color HEX #CB235E Cerise

📋 copy color: '#CB235E'

red 203 ◦ green 35 ◦ blue 94

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

Shades of Cerise #CB235E

Tints of Cerise #CB235E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 61.14%
G = 10.54%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB235E (or 0xCB235E) is known color: Cerise. HEX triplet: CB, 23 and 5E. RGB value is (203,35,94). Sum of RGB (Red+Green+Blue) = 203+35+94=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB235E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB235E is #34DCA1. Grayscale: #5B5B5B. Windows color (decimal): -3464354 or 6169547. OLE color: 6169547.

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

Color convert

RGB 203 35 94 -
CMYK 0 0.83 0.54 0.20
HSL 338.93º 0.71% 0.47% -
HSV(B) 338.93º 0.83% 0.8% -
XYZ 27.25 14.71 11.99 -
YUV 91.96 129.16 207.2 -
System Red Green Blue C M Y K H S L
Decimal 203 35 94 0 0.83 0.54 0.20 338.93 0.71 0.47
Hex CB 23 5E 0 53 36 14 153 47 2F
Octal 313 43 136 0 123 66 24 523 107 57
Binary 11001011 100011 1011110 0 1010011 110110 10100 101010011 1000111 101111

Color Harmonies of #CB235E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB235E

Black with #CB235E

Text Example


Text Example

White with #CB235E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB235E; }

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

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

background-color css

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

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

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

border-color css

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

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

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