Html Css Color HEX #CB345D Cerise

📋 copy color: '#CB345D'

red 203 ◦ green 52 ◦ blue 93

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

Shades of Cerise #CB345D

Tints of Cerise #CB345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.94%

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 58.33%
G = 14.94%
B = 26.72%

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

#CB345D (or 0xCB345D) is known color: Cerise. HEX triplet: CB, 34 and 5D. RGB value is (203,52,93). Sum of RGB (Red+Green+Blue) = 203+52+93=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 52 (20.70% from 255 or 14.94% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB345D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB345D is #34CBA2. Grayscale: #656565. Windows color (decimal): -3460003 or 6108363. OLE color: 6108363.

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

Color convert

RGB 203 52 93 -
CMYK 0 0.74 0.54 0.20
HSL 343.71º 0.59% 0.5% -
HSV(B) 343.71º 0.74% 0.8% -
XYZ 27.83 15.94 11.97 -
YUV 101.82 123.03 200.17 -
System Red Green Blue C M Y K H S L
Decimal 203 52 93 0 0.74 0.54 0.20 343.71 0.59 0.5
Hex CB 34 5D 0 4A 36 14 158 3B 32
Octal 313 64 135 0 112 66 24 530 73 62
Binary 11001011 110100 1011101 0 1001010 110110 10100 101011000 111011 110010

Color Harmonies of #CB345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB345D

Black with #CB345D

Text Example


Text Example

White with #CB345D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB345D; }

 p { color: rgb(203,52,93); }

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

background-color css

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

 a { background-color: rgb(203,52,93); }

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

border-color css

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

 span { border-color: rgb(203,52,93); }

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