Html Css Color HEX #CC265F Cerise

📋 copy color: '#CC265F'

red 204 ◦ green 38 ◦ blue 95

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

Shades of Cerise #CC265F

Tints of Cerise #CC265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.28%

 BLUE value IS 95 (37.5% from 255) = 28.19%

R = 60.53%
G = 11.28%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC265F (or 0xCC265F) is known color: Cerise. HEX triplet: CC, 26 and 5F. RGB value is (204,38,95). Sum of RGB (Red+Green+Blue) = 204+38+95=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 95 (37.5% from 255 or 28.19% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC265F is #33D9A0. Grayscale: #5E5E5E. Windows color (decimal): -3398049 or 6235852. OLE color: 6235852.

HSL color Cylindrical-coordinate representation of color #CC265F: hue angle of 339.4º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC265F is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 95 -
CMYK 0 0.81 0.53 0.2
HSL 339.4º 0.69% 0.47% -
HSV(B) 339.4º 0.81% 0.8% -
XYZ 27.66 15.05 12.27 -
YUV 94.13 128.5 206.37 -
System Red Green Blue C M Y K H S L
Decimal 204 38 95 0 0.81 0.53 0.2 339.4 0.69 0.47
Hex CC 26 5F 0 51 35 14 153 45 2F
Octal 314 46 137 0 121 65 24 523 105 57
Binary 11001100 100110 1011111 0 1010001 110101 10100 101010011 1000101 101111

Color Harmonies of #CC265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC265F

Black with #CC265F

Text Example


Text Example

White with #CC265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC265F; }

 p { color: rgb(204,38,95); }

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

background-color css

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

 a { background-color: rgb(204,38,95); }

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

border-color css

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

 span { border-color: rgb(204,38,95); }

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