Html Css Color HEX #CB385D Cerise

📋 copy color: '#CB385D'

red 203 ◦ green 56 ◦ blue 93

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

Shades of Cerise #CB385D

Tints of Cerise #CB385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.91%

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

R = 57.67%
G = 15.91%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB385D (or 0xCB385D) is known color: Cerise. HEX triplet: CB, 38 and 5D. RGB value is (203,56,93). Sum of RGB (Red+Green+Blue) = 203+56+93=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB385D is #34C7A2. Grayscale: #686868. Windows color (decimal): -3458979 or 6109387. OLE color: 6109387.

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

Color convert

RGB 203 56 93 -
CMYK 0 0.72 0.54 0.20
HSL 344.9º 0.59% 0.51% -
HSV(B) 344.9º 0.72% 0.8% -
XYZ 28.02 16.32 12.03 -
YUV 104.17 121.7 198.49 -
System Red Green Blue C M Y K H S L
Decimal 203 56 93 0 0.72 0.54 0.20 344.9 0.59 0.51
Hex CB 38 5D 0 48 36 14 159 3B 33
Octal 313 70 135 0 110 66 24 531 73 63
Binary 11001011 111000 1011101 0 1001000 110110 10100 101011001 111011 110011

Color Harmonies of #CB385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB385D

Black with #CB385D

Text Example


Text Example

White with #CB385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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