Html Css Color HEX #C83752 Old Rose

📋 copy color: '#C83752'

red 200 ◦ green 55 ◦ blue 82

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

Shades of Old Rose #C83752

Tints of Old Rose #C83752

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 59.35%
G = 16.32%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C83752 (or 0xC83752) is known color: Old Rose. HEX triplet: C8, 37 and 52. RGB value is (200,55,82). Sum of RGB (Red+Green+Blue) = 200+55+82=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C83752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83752 is #37C8AD. Grayscale: #656565. Windows color (decimal): -3655854 or 5388232. OLE color: 5388232.

HSL color Cylindrical-coordinate representation of color #C83752: hue angle of 348.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83752 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 82 -
CMYK 0 0.72 0.59 0.22
HSL 348.83º 0.57% 0.5% -
HSV(B) 348.83º 0.73% 0.78% -
XYZ 26.71 15.62 9.59 -
YUV 101.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 200 55 82 0 0.72 0.59 0.22 348.83 0.57 0.5
Hex C8 37 52 0 48 3B 16 15D 39 32
Octal 310 67 122 0 110 73 26 535 71 62
Binary 11001000 110111 1010010 0 1001000 111011 10110 101011101 111001 110010

Color Harmonies of #C83752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83752

Black with #C83752

Text Example


Text Example

White with #C83752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83752; }

 p { color: rgb(200,55,82); }

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

background-color css

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

 a { background-color: rgb(200,55,82); }

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

border-color css

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

 span { border-color: rgb(200,55,82); }

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