Html Css Color HEX #C82753 Old Rose

📋 copy color: '#C82753'

red 200 ◦ green 39 ◦ blue 83

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

Shades of Old Rose #C82753

Tints of Old Rose #C82753

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

 BLUE value IS 83 (32.81% from 255) = 25.78%

R = 62.11%
G = 12.11%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C82753 (or 0xC82753) is known color: Old Rose. HEX triplet: C8, 27 and 53. RGB value is (200,39,83). Sum of RGB (Red+Green+Blue) = 200+39+83=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C82753 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82753 is #37D8AC. Grayscale: #5C5C5C. Windows color (decimal): -3659949 or 5449672. OLE color: 5449672.

HSL color Cylindrical-coordinate representation of color #C82753: hue angle of 343.6º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82753 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 83 -
CMYK 0 0.80 0.58 0.22
HSL 343.6º 0.67% 0.47% -
HSV(B) 343.6º 0.81% 0.78% -
XYZ 26.11 14.35 9.58 -
YUV 92.16 122.84 204.92 -
System Red Green Blue C M Y K H S L
Decimal 200 39 83 0 0.80 0.58 0.22 343.6 0.67 0.47
Hex C8 27 53 0 50 3A 16 158 43 2F
Octal 310 47 123 0 120 72 26 530 103 57
Binary 11001000 100111 1010011 0 1010000 111010 10110 101011000 1000011 101111

Color Harmonies of #C82753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82753

Black with #C82753

Text Example


Text Example

White with #C82753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82753; }

 p { color: rgb(200,39,83); }

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

background-color css

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

 a { background-color: rgb(200,39,83); }

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

border-color css

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

 span { border-color: rgb(200,39,83); }

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