Html Css Color HEX #C83260 Cerise

📋 copy color: '#C83260'

red 200 ◦ green 50 ◦ blue 96

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

Shades of Cerise #C83260

Tints of Cerise #C83260

RGB

 RED value IS 200 (78.52% from 255) = 57.8%

 GREEN value IS 50 (19.92% from 255) = 14.45%

 BLUE value IS 96 (37.89% from 255) = 27.75%

R = 57.8%
G = 14.45%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C83260 (or 0xC83260) is known color: Cerise. HEX triplet: C8, 32 and 60. RGB value is (200,50,96). Sum of RGB (Red+Green+Blue) = 200+50+96=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C83260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83260 is #37CD9F. Grayscale: #646464. Windows color (decimal): -3657120 or 6304456. OLE color: 6304456.

HSL color Cylindrical-coordinate representation of color #C83260: hue angle of 341.6º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83260 is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 50 96 -
CMYK 0 0.75 0.52 0.22
HSL 341.6º 0.6% 0.49% -
HSV(B) 341.6º 0.75% 0.78% -
XYZ 27.07 15.41 12.61 -
YUV 100.09 125.7 199.26 -
System Red Green Blue C M Y K H S L
Decimal 200 50 96 0 0.75 0.52 0.22 341.6 0.6 0.49
Hex C8 32 60 0 4B 34 16 156 3C 31
Octal 310 62 140 0 113 64 26 526 74 61
Binary 11001000 110010 1100000 0 1001011 110100 10110 101010110 111100 110001

Color Harmonies of #C83260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83260

Black with #C83260

Text Example


Text Example

White with #C83260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83260; }

 p { color: rgb(200,50,96); }

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

background-color css

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

 a { background-color: rgb(200,50,96); }

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

border-color css

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

 span { border-color: rgb(200,50,96); }

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