Html Css Color HEX #CB356D Cerise

📋 copy color: '#CB356D'

red 203 ◦ green 53 ◦ blue 109

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

Shades of Cerise #CB356D

Tints of Cerise #CB356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 55.62%
G = 14.52%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CB356D (or 0xCB356D) is known color: Cerise. HEX triplet: CB, 35 and 6D. RGB value is (203,53,109). Sum of RGB (Red+Green+Blue) = 203+53+109=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB356D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB356D is #34CA92. Grayscale: #686868. Windows color (decimal): -3459731 or 7157195. OLE color: 7157195.

HSL color Cylindrical-coordinate representation of color #CB356D: hue angle of 337.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 #CB356D is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 53 109 -
CMYK 0 0.74 0.46 0.20
HSL 337.6º 0.59% 0.5% -
HSV(B) 337.6º 0.74% 0.8% -
XYZ 28.66 16.35 16.11 -
YUV 104.23 130.7 198.45 -
System Red Green Blue C M Y K H S L
Decimal 203 53 109 0 0.74 0.46 0.20 337.6 0.59 0.5
Hex CB 35 6D 0 4A 2E 14 152 3B 32
Octal 313 65 155 0 112 56 24 522 73 62
Binary 11001011 110101 1101101 0 1001010 101110 10100 101010010 111011 110010

Color Harmonies of #CB356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB356D

Black with #CB356D

Text Example


Text Example

White with #CB356D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB356D; }

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

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

background-color css

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

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

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

border-color css

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

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

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