Html Css Color HEX #CB396B Cerise

📋 copy color: '#CB396B'

red 203 ◦ green 57 ◦ blue 107

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

Shades of Cerise #CB396B

Tints of Cerise #CB396B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 55.31%
G = 15.53%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CB396B (or 0xCB396B) is known color: Cerise. HEX triplet: CB, 39 and 6B. RGB value is (203,57,107). Sum of RGB (Red+Green+Blue) = 203+57+107=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB396B is #34C694. Grayscale: #6A6A6A. Windows color (decimal): -3458709 or 7027147. OLE color: 7027147.

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

Color convert

RGB 203 57 107 -
CMYK 0 0.72 0.47 0.20
HSL 339.45º 0.58% 0.51% -
HSV(B) 339.45º 0.72% 0.8% -
XYZ 28.75 16.68 15.62 -
YUV 106.35 128.37 196.93 -
System Red Green Blue C M Y K H S L
Decimal 203 57 107 0 0.72 0.47 0.20 339.45 0.58 0.51
Hex CB 39 6B 0 48 2F 14 153 3A 33
Octal 313 71 153 0 110 57 24 523 72 63
Binary 11001011 111001 1101011 0 1001000 101111 10100 101010011 111010 110011

Color Harmonies of #CB396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB396B

Black with #CB396B

Text Example


Text Example

White with #CB396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB396B; }

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

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

background-color css

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

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

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

border-color css

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

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

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