Html Css Color HEX #CC386D Cerise

📋 copy color: '#CC386D'

red 204 ◦ green 56 ◦ blue 109

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

Shades of Cerise #CC386D

Tints of Cerise #CC386D

RGB

 RED value IS 204 (80.08% from 255) = 55.28%

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

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

R = 55.28%
G = 15.18%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.2

RGB Variations

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

Color information

#CC386D (or 0xCC386D) is known color: Cerise. HEX triplet: CC, 38 and 6D. RGB value is (204,56,109). Sum of RGB (Red+Green+Blue) = 204+56+109=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 56 (22.27% from 255 or 15.18% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC386D is #33C792. Grayscale: #6A6A6A. Windows color (decimal): -3393427 or 7157964. OLE color: 7157964.

HSL color Cylindrical-coordinate representation of color #CC386D: hue angle of 338.51º degrees, saturation: 0.59, 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 #CC386D is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 56 109 -
CMYK 0 0.73 0.47 0.2
HSL 338.51º 0.59% 0.51% -
HSV(B) 338.51º 0.73% 0.8% -
XYZ 29.08 16.77 16.17 -
YUV 106.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 204 56 109 0 0.73 0.47 0.2 338.51 0.59 0.51
Hex CC 38 6D 0 49 2F 14 153 3B 33
Octal 314 70 155 0 111 57 24 523 73 63
Binary 11001100 111000 1101101 0 1001001 101111 10100 101010011 111011 110011

Color Harmonies of #CC386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC386D

Black with #CC386D

Text Example


Text Example

White with #CC386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC386D; }

 p { color: rgb(204,56,109); }

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

background-color css

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

 a { background-color: rgb(204,56,109); }

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

border-color css

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

 span { border-color: rgb(204,56,109); }

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