Html Css Color HEX #CB2E5C Cerise

📋 copy color: '#CB2E5C'

red 203 ◦ green 46 ◦ blue 92

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

Shades of Cerise #CB2E5C

Tints of Cerise #CB2E5C

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.49%

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 59.53%
G = 13.49%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB2E5C (or 0xCB2E5C) is known color: Cerise. HEX triplet: CB, 2E and 5C. RGB value is (203,46,92). Sum of RGB (Red+Green+Blue) = 203+46+92=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 46 (18.36% from 255 or 13.49% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2E5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2E5C is #34D1A3. Grayscale: #626262. Windows color (decimal): -3461540 or 6041291. OLE color: 6041291.

HSL color Cylindrical-coordinate representation of color #CB2E5C: hue angle of 342.42º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CB2E5C is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 46 92 -
CMYK 0 0.77 0.55 0.20
HSL 342.42º 0.63% 0.49% -
HSV(B) 342.42º 0.77% 0.8% -
XYZ 27.54 15.42 11.65 -
YUV 98.19 124.51 202.76 -
System Red Green Blue C M Y K H S L
Decimal 203 46 92 0 0.77 0.55 0.20 342.42 0.63 0.49
Hex CB 2E 5C 0 4D 37 14 156 3F 31
Octal 313 56 134 0 115 67 24 526 77 61
Binary 11001011 101110 1011100 0 1001101 110111 10100 101010110 111111 110001

Color Harmonies of #CB2E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2E5C

Black with #CB2E5C

Text Example


Text Example

White with #CB2E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2E5C; }

 p { color: rgb(203,46,92); }

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

background-color css

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

 a { background-color: rgb(203,46,92); }

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

border-color css

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

 span { border-color: rgb(203,46,92); }

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