Html Css Color HEX #C02868 Cerise

📋 copy color: '#C02868'

red 192 ◦ green 40 ◦ blue 104

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

Shades of Cerise #C02868

Tints of Cerise #C02868

RGB

 RED value IS 192 (75.39% from 255) = 57.14%

 GREEN value IS 40 (16.02% from 255) = 11.9%

 BLUE value IS 104 (41.02% from 255) = 30.95%

R = 57.14%
G = 11.9%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C02868 (or 0xC02868) is known color: Cerise. HEX triplet: C0, 28 and 68. RGB value is (192,40,104). Sum of RGB (Red+Green+Blue) = 192+40+104=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C02868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02868 is #3FD797. Grayscale: #5C5C5C. Windows color (decimal): -4183960 or 6826176. OLE color: 6826176.

HSL color Cylindrical-coordinate representation of color #C02868: hue angle of 334.74º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C02868 is Cyan = 0, Magento = 0.79, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 104 -
CMYK 0 0.79 0.46 0.25
HSL 334.74º 0.66% 0.45% -
HSV(B) 334.74º 0.79% 0.75% -
XYZ 25 13.72 14.43 -
YUV 92.74 134.36 198.8 -
System Red Green Blue C M Y K H S L
Decimal 192 40 104 0 0.79 0.46 0.25 334.74 0.66 0.45
Hex C0 28 68 0 4F 2E 19 14F 42 2D
Octal 300 50 150 0 117 56 31 517 102 55
Binary 11000000 101000 1101000 0 1001111 101110 11001 101001111 1000010 101101

Color Harmonies of #C02868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02868

Black with #C02868

Text Example


Text Example

White with #C02868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02868; }

 p { color: rgb(192,40,104); }

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

background-color css

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

 a { background-color: rgb(192,40,104); }

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

border-color css

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

 span { border-color: rgb(192,40,104); }

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