Html Css Color HEX #CD396F Cerise

📋 copy color: '#CD396F'

red 205 ◦ green 57 ◦ blue 111

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

Shades of Cerise #CD396F

Tints of Cerise #CD396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.28%

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 54.96%
G = 15.28%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.20

RGB Variations

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

Color information

#CD396F (or 0xCD396F) is known color: Cerise. HEX triplet: CD, 39 and 6F. RGB value is (205,57,111). Sum of RGB (Red+Green+Blue) = 205+57+111=373 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.96% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 205 - color contains mainly: red. Hex color #CD396F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD396F is #32C690. Grayscale: #6B6B6B. Windows color (decimal): -3327633 or 7289293. OLE color: 7289293.

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

Color convert

RGB 205 57 111 -
CMYK 0 0.72 0.46 0.20
HSL 338.11º 0.6% 0.51% -
HSV(B) 338.11º 0.72% 0.8% -
XYZ 29.51 17.05 16.78 -
YUV 107.41 130.03 197.61 -
System Red Green Blue C M Y K H S L
Decimal 205 57 111 0 0.72 0.46 0.20 338.11 0.6 0.51
Hex CD 39 6F 0 48 2E 14 152 3C 33
Octal 315 71 157 0 110 56 24 522 74 63
Binary 11001101 111001 1101111 0 1001000 101110 10100 101010010 111100 110011

Color Harmonies of #CD396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD396F

Black with #CD396F

Text Example


Text Example

White with #CD396F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD396F; }

 p { color: rgb(205,57,111); }

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

background-color css

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

 a { background-color: rgb(205,57,111); }

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

border-color css

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

 span { border-color: rgb(205,57,111); }

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