Html Css Color HEX #C02468 Cerise

📋 copy color: '#C02468'

red 192 ◦ green 36 ◦ blue 104

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

Shades of Cerise #C02468

Tints of Cerise #C02468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.84%

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

R = 57.83%
G = 10.84%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C02468 (or 0xC02468) is known color: Cerise. HEX triplet: C0, 24 and 68. RGB value is (192,36,104). Sum of RGB (Red+Green+Blue) = 192+36+104=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C02468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02468 is #3FDB97. Grayscale: #5A5A5A. Windows color (decimal): -4184984 or 6825152. OLE color: 6825152.

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

Color convert

RGB 192 36 104 -
CMYK 0 0.81 0.46 0.25
HSL 333.85º 0.68% 0.45% -
HSV(B) 333.85º 0.81% 0.75% -
XYZ 24.87 13.47 14.39 -
YUV 90.4 135.68 200.47 -
System Red Green Blue C M Y K H S L
Decimal 192 36 104 0 0.81 0.46 0.25 333.85 0.68 0.45
Hex C0 24 68 0 51 2E 19 14E 44 2D
Octal 300 44 150 0 121 56 31 516 104 55
Binary 11000000 100100 1101000 0 1010001 101110 11001 101001110 1000100 101101

Color Harmonies of #C02468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02468

Black with #C02468

Text Example


Text Example

White with #C02468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02468; }

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

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

background-color css

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

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

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

border-color css

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

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

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