Html Css Color HEX #CD346D Cerise

📋 copy color: '#CD346D'

red 205 ◦ green 52 ◦ blue 109

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

Shades of Cerise #CD346D

Tints of Cerise #CD346D

RGB

 RED value IS 205 (80.47% from 255) = 56.01%

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

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

R = 56.01%
G = 14.21%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD346D (or 0xCD346D) is known color: Cerise. HEX triplet: CD, 34 and 6D. RGB value is (205,52,109). Sum of RGB (Red+Green+Blue) = 205+52+109=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 52 (20.70% from 255 or 14.21% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD346D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD346D is #32CB92. Grayscale: #686868. Windows color (decimal): -3328915 or 7156941. OLE color: 7156941.

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

Color convert

RGB 205 52 109 -
CMYK 0 0.75 0.47 0.20
HSL 337.65º 0.6% 0.5% -
HSV(B) 337.65º 0.75% 0.8% -
XYZ 29.17 16.54 16.12 -
YUV 104.25 130.69 199.87 -
System Red Green Blue C M Y K H S L
Decimal 205 52 109 0 0.75 0.47 0.20 337.65 0.6 0.5
Hex CD 34 6D 0 4B 2F 14 152 3C 32
Octal 315 64 155 0 113 57 24 522 74 62
Binary 11001101 110100 1101101 0 1001011 101111 10100 101010010 111100 110010

Color Harmonies of #CD346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD346D

Black with #CD346D

Text Example


Text Example

White with #CD346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD346D; }

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

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

background-color css

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

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

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

border-color css

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

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

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