Html Css Color HEX #CB355E Cerise

📋 copy color: '#CB355E'

red 203 ◦ green 53 ◦ blue 94

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

Shades of Cerise #CB355E

Tints of Cerise #CB355E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.14%

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

R = 58%
G = 15.14%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB355E (or 0xCB355E) is known color: Cerise. HEX triplet: CB, 35 and 5E. RGB value is (203,53,94). Sum of RGB (Red+Green+Blue) = 203+53+94=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB355E is #34CAA1. Grayscale: #666666. Windows color (decimal): -3459746 or 6174155. OLE color: 6174155.

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

Color convert

RGB 203 53 94 -
CMYK 0 0.74 0.54 0.20
HSL 343.6º 0.59% 0.5% -
HSV(B) 343.6º 0.74% 0.8% -
XYZ 27.92 16.05 12.22 -
YUV 102.52 123.2 199.67 -
System Red Green Blue C M Y K H S L
Decimal 203 53 94 0 0.74 0.54 0.20 343.6 0.59 0.5
Hex CB 35 5E 0 4A 36 14 158 3B 32
Octal 313 65 136 0 112 66 24 530 73 62
Binary 11001011 110101 1011110 0 1001010 110110 10100 101011000 111011 110010

Color Harmonies of #CB355E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB355E

Black with #CB355E

Text Example


Text Example

White with #CB355E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB355E; }

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

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

background-color css

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

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

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

border-color css

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

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

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