Html Css Color HEX #C82F65 Cerise

📋 copy color: '#C82F65'

red 200 ◦ green 47 ◦ blue 101

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

Shades of Cerise #C82F65

Tints of Cerise #C82F65

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.51%

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

R = 57.47%
G = 13.51%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C82F65 (or 0xC82F65) is known color: Cerise. HEX triplet: C8, 2F and 65. RGB value is (200,47,101). Sum of RGB (Red+Green+Blue) = 200+47+101=348 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.47% from 348); Green value is 47 (18.75% from 255 or 13.51% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 200 - color contains mainly: red. Hex color #C82F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82F65 is #37D09A. Grayscale: #626262. Windows color (decimal): -3657883 or 6631368. OLE color: 6631368.

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

Color convert

RGB 200 47 101 -
CMYK 0 0.76 0.49 0.22
HSL 338.82º 0.62% 0.48% -
HSV(B) 338.82º 0.77% 0.78% -
XYZ 27.18 15.25 13.82 -
YUV 98.9 129.19 200.11 -
System Red Green Blue C M Y K H S L
Decimal 200 47 101 0 0.76 0.49 0.22 338.82 0.62 0.48
Hex C8 2F 65 0 4C 31 16 153 3E 30
Octal 310 57 145 0 114 61 26 523 76 60
Binary 11001000 101111 1100101 0 1001100 110001 10110 101010011 111110 110000

Color Harmonies of #C82F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82F65

Black with #C82F65

Text Example


Text Example

White with #C82F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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