Html Css Color HEX #C83257 Old Rose

📋 copy color: '#C83257'

red 200 ◦ green 50 ◦ blue 87

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

Shades of Old Rose #C83257

Tints of Old Rose #C83257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.82%

R = 59.35%
G = 14.84%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C83257 (or 0xC83257) is known color: Old Rose. HEX triplet: C8, 32 and 57. RGB value is (200,50,87). Sum of RGB (Red+Green+Blue) = 200+50+87=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 50 (19.92% from 255 or 14.84% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C83257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83257 is #37CDA8. Grayscale: #636363. Windows color (decimal): -3657129 or 5714632. OLE color: 5714632.

HSL color Cylindrical-coordinate representation of color #C83257: hue angle of 345.2º 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 #C83257 is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 50 87 -
CMYK 0 0.75 0.56 0.22
HSL 345.2º 0.6% 0.49% -
HSV(B) 345.2º 0.75% 0.78% -
XYZ 26.68 15.25 10.55 -
YUV 99.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 200 50 87 0 0.75 0.56 0.22 345.2 0.6 0.49
Hex C8 32 57 0 4B 38 16 159 3C 31
Octal 310 62 127 0 113 70 26 531 74 61
Binary 11001000 110010 1010111 0 1001011 111000 10110 101011001 111100 110001

Color Harmonies of #C83257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83257

Black with #C83257

Text Example


Text Example

White with #C83257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83257; }

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

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

background-color css

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

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

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

border-color css

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

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

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