Html Css Color HEX #CB3E5E Cerise

📋 copy color: '#CB3E5E'

red 203 ◦ green 62 ◦ blue 94

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

Shades of Cerise #CB3E5E

Tints of Cerise #CB3E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.27%

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

R = 56.55%
G = 17.27%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB3E5E (or 0xCB3E5E) is known color: Cerise. HEX triplet: CB, 3E and 5E. RGB value is (203,62,94). Sum of RGB (Red+Green+Blue) = 203+62+94=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 94 (37.11% from 255 or 26.18% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E5E is #34C1A1. Grayscale: #6B6B6B. Windows color (decimal): -3457442 or 6176459. OLE color: 6176459.

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

Color convert

RGB 203 62 94 -
CMYK 0 0.69 0.54 0.20
HSL 346.38º 0.58% 0.52% -
HSV(B) 346.38º 0.69% 0.8% -
XYZ 28.37 16.95 12.37 -
YUV 107.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 203 62 94 0 0.69 0.54 0.20 346.38 0.58 0.52
Hex CB 3E 5E 0 45 36 14 15A 3A 34
Octal 313 76 136 0 105 66 24 532 72 64
Binary 11001011 111110 1011110 0 1000101 110110 10100 101011010 111010 110100

Color Harmonies of #CB3E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3E5E

Black with #CB3E5E

Text Example


Text Example

White with #CB3E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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