Html Css Color HEX #CC385E Cerise

📋 copy color: '#CC385E'

red 204 ◦ green 56 ◦ blue 94

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

Shades of Cerise #CC385E

Tints of Cerise #CC385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.55%

R = 57.63%
G = 15.82%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC385E (or 0xCC385E) is known color: Cerise. HEX triplet: CC, 38 and 5E. RGB value is (204,56,94). Sum of RGB (Red+Green+Blue) = 204+56+94=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC385E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC385E is #33C7A1. Grayscale: #686868. Windows color (decimal): -3393442 or 6174924. OLE color: 6174924.

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

Color convert

RGB 204 56 94 -
CMYK 0 0.73 0.54 0.2
HSL 344.59º 0.59% 0.51% -
HSV(B) 344.59º 0.73% 0.8% -
XYZ 28.34 16.47 12.28 -
YUV 104.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 204 56 94 0 0.73 0.54 0.2 344.59 0.59 0.51
Hex CC 38 5E 0 49 36 14 159 3B 33
Octal 314 70 136 0 111 66 24 531 73 63
Binary 11001100 111000 1011110 0 1001001 110110 10100 101011001 111011 110011

Color Harmonies of #CC385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC385E

Black with #CC385E

Text Example


Text Example

White with #CC385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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