Html Css Color HEX #CB3862 Cerise

📋 copy color: '#CB3862'

red 203 ◦ green 56 ◦ blue 98

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

Shades of Cerise #CB3862

Tints of Cerise #CB3862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.45%

R = 56.86%
G = 15.69%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB3862 (or 0xCB3862) is known color: Cerise. HEX triplet: CB, 38 and 62. RGB value is (203,56,98). Sum of RGB (Red+Green+Blue) = 203+56+98=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 56 (22.27% from 255 or 15.69% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3862 is #34C79D. Grayscale: #686868. Windows color (decimal): -3458974 or 6437067. OLE color: 6437067.

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

Color convert

RGB 203 56 98 -
CMYK 0 0.72 0.52 0.20
HSL 342.86º 0.59% 0.51% -
HSV(B) 342.86º 0.72% 0.8% -
XYZ 28.25 16.41 13.23 -
YUV 104.74 124.2 198.08 -
System Red Green Blue C M Y K H S L
Decimal 203 56 98 0 0.72 0.52 0.20 342.86 0.59 0.51
Hex CB 38 62 0 48 34 14 157 3B 33
Octal 313 70 142 0 110 64 24 527 73 63
Binary 11001011 111000 1100010 0 1001000 110100 10100 101010111 111011 110011

Color Harmonies of #CB3862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3862

Black with #CB3862

Text Example


Text Example

White with #CB3862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3862; }

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

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

background-color css

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

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

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

border-color css

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

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

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