Html Css Color HEX #C83256 Old Rose

📋 copy color: '#C83256'

red 200 ◦ green 50 ◦ blue 86

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

Shades of Old Rose #C83256

Tints of Old Rose #C83256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 25.6%

R = 59.52%
G = 14.88%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C83256 (or 0xC83256) is known color: Old Rose. HEX triplet: C8, 32 and 56. RGB value is (200,50,86). Sum of RGB (Red+Green+Blue) = 200+50+86=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 86 (33.98% from 255 or 25.60% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C83256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83256 is #37CDA9. Grayscale: #626262. Windows color (decimal): -3657130 or 5649096. OLE color: 5649096.

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

Color convert

RGB 200 50 86 -
CMYK 0 0.75 0.57 0.22
HSL 345.6º 0.6% 0.49% -
HSV(B) 345.6º 0.75% 0.78% -
XYZ 26.64 15.23 10.34 -
YUV 98.95 120.7 200.07 -
System Red Green Blue C M Y K H S L
Decimal 200 50 86 0 0.75 0.57 0.22 345.6 0.6 0.49
Hex C8 32 56 0 4B 39 16 15A 3C 31
Octal 310 62 126 0 113 71 26 532 74 61
Binary 11001000 110010 1010110 0 1001011 111001 10110 101011010 111100 110001

Color Harmonies of #C83256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83256

Black with #C83256

Text Example


Text Example

White with #C83256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83256; }

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

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

background-color css

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

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

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

border-color css

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

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

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