Html Css Color HEX #CB346D Cerise

📋 copy color: '#CB346D'

red 203 ◦ green 52 ◦ blue 109

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

Shades of Cerise #CB346D

Tints of Cerise #CB346D

RGB

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

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

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

R = 55.77%
G = 14.29%
B = 29.95%

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

#CB346D (or 0xCB346D) is known color: Cerise. HEX triplet: CB, 34 and 6D. RGB value is (203,52,109). Sum of RGB (Red+Green+Blue) = 203+52+109=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB346D is #34CB92. Grayscale: #676767. Windows color (decimal): -3459987 or 7156939. OLE color: 7156939.

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

Color convert

RGB 203 52 109 -
CMYK 0 0.74 0.46 0.20
HSL 337.35º 0.59% 0.5% -
HSV(B) 337.35º 0.74% 0.8% -
XYZ 28.62 16.26 16.1 -
YUV 103.65 131.03 198.87 -
System Red Green Blue C M Y K H S L
Decimal 203 52 109 0 0.74 0.46 0.20 337.35 0.59 0.5
Hex CB 34 6D 0 4A 2E 14 151 3B 32
Octal 313 64 155 0 112 56 24 521 73 62
Binary 11001011 110100 1101101 0 1001010 101110 10100 101010001 111011 110010

Color Harmonies of #CB346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB346D

Black with #CB346D

Text Example


Text Example

White with #CB346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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