Html Css Color HEX #CB396D Cerise

📋 copy color: '#CB396D'

red 203 ◦ green 57 ◦ blue 109

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

Shades of Cerise #CB396D

Tints of Cerise #CB396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.45%

 BLUE value IS 109 (42.97% from 255) = 29.54%

R = 55.01%
G = 15.45%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB396D (or 0xCB396D) is known color: Cerise. HEX triplet: CB, 39 and 6D. RGB value is (203,57,109). Sum of RGB (Red+Green+Blue) = 203+57+109=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CB396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB396D is #34C692. Grayscale: #6A6A6A. Windows color (decimal): -3458707 or 7158219. OLE color: 7158219.

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

Color convert

RGB 203 57 109 -
CMYK 0 0.72 0.46 0.20
HSL 338.63º 0.58% 0.51% -
HSV(B) 338.63º 0.72% 0.8% -
XYZ 28.85 16.73 16.18 -
YUV 106.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 203 57 109 0 0.72 0.46 0.20 338.63 0.58 0.51
Hex CB 39 6D 0 48 2E 14 153 3A 33
Octal 313 71 155 0 110 56 24 523 72 63
Binary 11001011 111001 1101101 0 1001000 101110 10100 101010011 111010 110011

Color Harmonies of #CB396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB396D

Black with #CB396D

Text Example


Text Example

White with #CB396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB396D; }

 p { color: rgb(203,57,109); }

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

background-color css

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

 a { background-color: rgb(203,57,109); }

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

border-color css

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

 span { border-color: rgb(203,57,109); }

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