Html Css Color HEX #CB385E Cerise

📋 copy color: '#CB385E'

red 203 ◦ green 56 ◦ blue 94

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

Shades of Cerise #CB385E

Tints of Cerise #CB385E

RGB

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

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

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

R = 57.51%
G = 15.86%
B = 26.63%

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

#CB385E (or 0xCB385E) is known color: Cerise. HEX triplet: CB, 38 and 5E. RGB value is (203,56,94). Sum of RGB (Red+Green+Blue) = 203+56+94=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB385E is #34C7A1. Grayscale: #686868. Windows color (decimal): -3458978 or 6174923. OLE color: 6174923.

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

Color convert

RGB 203 56 94 -
CMYK 0 0.72 0.54 0.20
HSL 344.49º 0.59% 0.51% -
HSV(B) 344.49º 0.72% 0.8% -
XYZ 28.06 16.33 12.26 -
YUV 104.29 122.2 198.41 -
System Red Green Blue C M Y K H S L
Decimal 203 56 94 0 0.72 0.54 0.20 344.49 0.59 0.51
Hex CB 38 5E 0 48 36 14 158 3B 33
Octal 313 70 136 0 110 66 24 530 73 63
Binary 11001011 111000 1011110 0 1001000 110110 10100 101011000 111011 110011

Color Harmonies of #CB385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB385E

Black with #CB385E

Text Example


Text Example

White with #CB385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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