Html Css Color HEX #C83255 Old Rose

📋 copy color: '#C83255'

red 200 ◦ green 50 ◦ blue 85

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

Shades of Old Rose #C83255

Tints of Old Rose #C83255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.37%

R = 59.7%
G = 14.93%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C83255 (or 0xC83255) is known color: Old Rose. HEX triplet: C8, 32 and 55. RGB value is (200,50,85). Sum of RGB (Red+Green+Blue) = 200+50+85=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C83255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83255 is #37CDAA. Grayscale: #626262. Windows color (decimal): -3657131 or 5583560. OLE color: 5583560.

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

Color convert

RGB 200 50 85 -
CMYK 0 0.75 0.58 0.22
HSL 346º 0.6% 0.49% -
HSV(B) 346º 0.75% 0.78% -
XYZ 26.6 15.22 10.13 -
YUV 98.84 120.2 200.15 -
System Red Green Blue C M Y K H S L
Decimal 200 50 85 0 0.75 0.58 0.22 346 0.6 0.49
Hex C8 32 55 0 4B 3A 16 15A 3C 31
Octal 310 62 125 0 113 72 26 532 74 61
Binary 11001000 110010 1010101 0 1001011 111010 10110 101011010 111100 110001

Color Harmonies of #C83255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83255

Black with #C83255

Text Example


Text Example

White with #C83255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83255; }

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

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

background-color css

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

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

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

border-color css

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

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

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