Html Css Color HEX #CB346E Cerise

📋 copy color: '#CB346E'

red 203 ◦ green 52 ◦ blue 110

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

Shades of Cerise #CB346E

Tints of Cerise #CB346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 55.62%
G = 14.25%
B = 30.14%

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

#CB346E (or 0xCB346E) is known color: Cerise. HEX triplet: CB, 34 and 6E. RGB value is (203,52,110). Sum of RGB (Red+Green+Blue) = 203+52+110=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB346E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB346E is #34CB91. Grayscale: #676767. Windows color (decimal): -3459986 or 7222475. OLE color: 7222475.

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

Color convert

RGB 203 52 110 -
CMYK 0 0.74 0.46 0.20
HSL 336.95º 0.59% 0.5% -
HSV(B) 336.95º 0.74% 0.8% -
XYZ 28.67 16.28 16.38 -
YUV 103.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 203 52 110 0 0.74 0.46 0.20 336.95 0.59 0.5
Hex CB 34 6E 0 4A 2E 14 151 3B 32
Octal 313 64 156 0 112 56 24 521 73 62
Binary 11001011 110100 1101110 0 1001010 101110 10100 101010001 111011 110010

Color Harmonies of #CB346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB346E

Black with #CB346E

Text Example


Text Example

White with #CB346E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB346E; }

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

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

background-color css

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

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

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

border-color css

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

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

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