Html Css Color HEX #CB2D5D Cerise

📋 copy color: '#CB2D5D'

red 203 ◦ green 45 ◦ blue 93

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

Shades of Cerise #CB2D5D

Tints of Cerise #CB2D5D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

 BLUE value IS 93 (36.72% from 255) = 27.27%

R = 59.53%
G = 13.2%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB2D5D (or 0xCB2D5D) is known color: Cerise. HEX triplet: CB, 2D and 5D. RGB value is (203,45,93). Sum of RGB (Red+Green+Blue) = 203+45+93=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 93 (36.72% from 255 or 27.27% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB2D5D is #34D2A2. Grayscale: #616161. Windows color (decimal): -3461795 or 6106571. OLE color: 6106571.

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

Color convert

RGB 203 45 93 -
CMYK 0 0.78 0.54 0.20
HSL 341.77º 0.64% 0.49% -
HSV(B) 341.77º 0.78% 0.8% -
XYZ 27.54 15.36 11.87 -
YUV 97.71 125.35 203.1 -
System Red Green Blue C M Y K H S L
Decimal 203 45 93 0 0.78 0.54 0.20 341.77 0.64 0.49
Hex CB 2D 5D 0 4E 36 14 156 40 31
Octal 313 55 135 0 116 66 24 526 100 61
Binary 11001011 101101 1011101 0 1001110 110110 10100 101010110 1000000 110001

Color Harmonies of #CB2D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2D5D

Black with #CB2D5D

Text Example


Text Example

White with #CB2D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2D5D; }

 p { color: rgb(203,45,93); }

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

background-color css

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

 a { background-color: rgb(203,45,93); }

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

border-color css

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

 span { border-color: rgb(203,45,93); }

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