Html Css Color HEX #C82465 Cerise

📋 copy color: '#C82465'

red 200 ◦ green 36 ◦ blue 101

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

Shades of Cerise #C82465

Tints of Cerise #C82465

RGB

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

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

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

R = 59.35%
G = 10.68%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C82465 (or 0xC82465) is known color: Cerise. HEX triplet: C8, 24 and 65. RGB value is (200,36,101). Sum of RGB (Red+Green+Blue) = 200+36+101=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 36 (14.45% from 255 or 10.68% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C82465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82465 is #37DB9A. Grayscale: #5C5C5C. Windows color (decimal): -3660699 or 6628552. OLE color: 6628552.

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

Color convert

RGB 200 36 101 -
CMYK 0 0.82 0.49 0.22
HSL 336.22º 0.69% 0.46% -
HSV(B) 336.22º 0.82% 0.78% -
XYZ 26.8 14.48 13.69 -
YUV 92.45 132.83 204.71 -
System Red Green Blue C M Y K H S L
Decimal 200 36 101 0 0.82 0.49 0.22 336.22 0.69 0.46
Hex C8 24 65 0 52 31 16 150 45 2E
Octal 310 44 145 0 122 61 26 520 105 56
Binary 11001000 100100 1100101 0 1010010 110001 10110 101010000 1000101 101110

Color Harmonies of #C82465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82465

Black with #C82465

Text Example


Text Example

White with #C82465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82465; }

 p { color: rgb(200,36,101); }

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

background-color css

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

 a { background-color: rgb(200,36,101); }

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

border-color css

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

 span { border-color: rgb(200,36,101); }

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