Html Css Color HEX #CB3D63 Cerise

📋 copy color: '#CB3D63'

red 203 ◦ green 61 ◦ blue 99

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

Shades of Cerise #CB3D63

Tints of Cerise #CB3D63

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.8%

 BLUE value IS 99 (39.06% from 255) = 27.27%

R = 55.92%
G = 16.8%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB3D63 (or 0xCB3D63) is known color: Cerise. HEX triplet: CB, 3D and 63. RGB value is (203,61,99). Sum of RGB (Red+Green+Blue) = 203+61+99=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3D63 is #34C29C. Grayscale: #6B6B6B. Windows color (decimal): -3457693 or 6503883. OLE color: 6503883.

HSL color Cylindrical-coordinate representation of color #CB3D63: hue angle of 343.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB3D63 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 61 99 -
CMYK 0 0.70 0.51 0.20
HSL 343.94º 0.58% 0.52% -
HSV(B) 343.94º 0.7% 0.8% -
XYZ 28.55 16.93 13.57 -
YUV 107.79 123.04 195.91 -
System Red Green Blue C M Y K H S L
Decimal 203 61 99 0 0.70 0.51 0.20 343.94 0.58 0.52
Hex CB 3D 63 0 46 33 14 158 3A 34
Octal 313 75 143 0 106 63 24 530 72 64
Binary 11001011 111101 1100011 0 1000110 110011 10100 101011000 111010 110100

Color Harmonies of #CB3D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3D63

Black with #CB3D63

Text Example


Text Example

White with #CB3D63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3D63; }

 p { color: rgb(203,61,99); }

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

background-color css

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

 a { background-color: rgb(203,61,99); }

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

border-color css

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

 span { border-color: rgb(203,61,99); }

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