Html Css Color HEX #CD386C Cerise

📋 copy color: '#CD386C'

red 205 ◦ green 56 ◦ blue 108

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

Shades of Cerise #CD386C

Tints of Cerise #CD386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.18%

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 55.56%
G = 15.18%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD386C (or 0xCD386C) is known color: Cerise. HEX triplet: CD, 38 and 6C. RGB value is (205,56,108). Sum of RGB (Red+Green+Blue) = 205+56+108=369 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.56% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 205 - color contains mainly: red. Hex color #CD386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD386C is #32C793. Grayscale: #6A6A6A. Windows color (decimal): -3327892 or 7092429. OLE color: 7092429.

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

Color convert

RGB 205 56 108 -
CMYK 0 0.73 0.47 0.20
HSL 339.06º 0.6% 0.51% -
HSV(B) 339.06º 0.73% 0.8% -
XYZ 29.3 16.89 15.9 -
YUV 106.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 205 56 108 0 0.73 0.47 0.20 339.06 0.6 0.51
Hex CD 38 6C 0 49 2F 14 153 3C 33
Octal 315 70 154 0 111 57 24 523 74 63
Binary 11001101 111000 1101100 0 1001001 101111 10100 101010011 111100 110011

Color Harmonies of #CD386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD386C

Black with #CD386C

Text Example


Text Example

White with #CD386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD386C; }

 p { color: rgb(205,56,108); }

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

background-color css

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

 a { background-color: rgb(205,56,108); }

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

border-color css

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

 span { border-color: rgb(205,56,108); }

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