Html Css Color HEX #CC3165 Cerise

📋 copy color: '#CC3165'

red 204 ◦ green 49 ◦ blue 101

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

Shades of Cerise #CC3165

Tints of Cerise #CC3165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.84%

 BLUE value IS 101 (39.84% from 255) = 28.53%

R = 57.63%
G = 13.84%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CC3165 (or 0xCC3165) is known color: Cerise. HEX triplet: CC, 31 and 65. RGB value is (204,49,101). Sum of RGB (Red+Green+Blue) = 204+49+101=354 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.63% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3165 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC3165 is #33CE9A. Grayscale: #656565. Windows color (decimal): -3395227 or 6631884. OLE color: 6631884.

HSL color Cylindrical-coordinate representation of color #CC3165: hue angle of 339.87º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3165 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 49 101 -
CMYK 0 0.76 0.50 0.2
HSL 339.87º 0.61% 0.5% -
HSV(B) 339.87º 0.76% 0.8% -
XYZ 28.35 15.97 13.9 -
YUV 101.27 127.85 201.27 -
System Red Green Blue C M Y K H S L
Decimal 204 49 101 0 0.76 0.50 0.2 339.87 0.61 0.5
Hex CC 31 65 0 4C 32 14 154 3D 32
Octal 314 61 145 0 114 62 24 524 75 62
Binary 11001100 110001 1100101 0 1001100 110010 10100 101010100 111101 110010

Color Harmonies of #CC3165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3165

Black with #CC3165

Text Example


Text Example

White with #CC3165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3165; }

 p { color: rgb(204,49,101); }

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

background-color css

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

 a { background-color: rgb(204,49,101); }

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

border-color css

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

 span { border-color: rgb(204,49,101); }

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