Html Css Color HEX #CB305D Cerise

📋 copy color: '#CB305D'

red 203 ◦ green 48 ◦ blue 93

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

Shades of Cerise #CB305D

Tints of Cerise #CB305D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

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

R = 59.01%
G = 13.95%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB305D (or 0xCB305D) is known color: Cerise. HEX triplet: CB, 30 and 5D. RGB value is (203,48,93). Sum of RGB (Red+Green+Blue) = 203+48+93=344 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.01% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 203 - color contains mainly: red. Hex color #CB305D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB305D is #34CFA2. Grayscale: #636363. Windows color (decimal): -3461027 or 6107339. OLE color: 6107339.

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

Color convert

RGB 203 48 93 -
CMYK 0 0.76 0.54 0.20
HSL 342.58º 0.62% 0.49% -
HSV(B) 342.58º 0.76% 0.8% -
XYZ 27.66 15.6 11.91 -
YUV 99.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 203 48 93 0 0.76 0.54 0.20 342.58 0.62 0.49
Hex CB 30 5D 0 4C 36 14 157 3E 31
Octal 313 60 135 0 114 66 24 527 76 61
Binary 11001011 110000 1011101 0 1001100 110110 10100 101010111 111110 110001

Color Harmonies of #CB305D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB305D

Black with #CB305D

Text Example


Text Example

White with #CB305D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB305D; }

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

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

background-color css

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

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

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

border-color css

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

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

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