Html Css Color HEX #C83B50 Old Rose

📋 copy color: '#C83B50'

red 200 ◦ green 59 ◦ blue 80

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

Shades of Old Rose #C83B50

Tints of Old Rose #C83B50

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.4%

 BLUE value IS 80 (31.64% from 255) = 23.6%

R = 59%
G = 17.4%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C83B50 (or 0xC83B50) is known color: Old Rose. HEX triplet: C8, 3B and 50. RGB value is (200,59,80). Sum of RGB (Red+Green+Blue) = 200+59+80=339 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.00% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83B50 is #37C4AF. Grayscale: #676767. Windows color (decimal): -3654832 or 5258184. OLE color: 5258184.

HSL color Cylindrical-coordinate representation of color #C83B50: hue angle of 351.06º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83B50 is Cyan = 0, Magento = 0.70, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 59 80 -
CMYK 0 0.70 0.6 0.22
HSL 351.06º 0.56% 0.51% -
HSV(B) 351.06º 0.71% 0.78% -
XYZ 26.83 15.99 9.26 -
YUV 103.55 114.71 196.79 -
System Red Green Blue C M Y K H S L
Decimal 200 59 80 0 0.70 0.6 0.22 351.06 0.56 0.51
Hex C8 3B 50 0 46 3C 16 15F 38 33
Octal 310 73 120 0 106 74 26 537 70 63
Binary 11001000 111011 1010000 0 1000110 111100 10110 101011111 111000 110011

Color Harmonies of #C83B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83B50

Black with #C83B50

Text Example


Text Example

White with #C83B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83B50; }

 p { color: rgb(200,59,80); }

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

background-color css

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

 a { background-color: rgb(200,59,80); }

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

border-color css

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

 span { border-color: rgb(200,59,80); }

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