Html Css Color HEX #C84050 Old Rose

📋 copy color: '#C84050'

red 200 ◦ green 64 ◦ blue 80

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

Shades of Old Rose #C84050

Tints of Old Rose #C84050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.6%

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

R = 58.14%
G = 18.6%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C84050 (or 0xC84050) is known color: Old Rose. HEX triplet: C8, 40 and 50. RGB value is (200,64,80). Sum of RGB (Red+Green+Blue) = 200+64+80=344 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.14% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 200 - color contains mainly: red. Hex color #C84050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C84050 is #37BFAF. Grayscale: #6A6A6A. Windows color (decimal): -3653552 or 5259464. OLE color: 5259464.

HSL color Cylindrical-coordinate representation of color #C84050: hue angle of 352.94º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84050 is Cyan = 0, Magento = 0.68, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 64 80 -
CMYK 0 0.68 0.6 0.22
HSL 352.94º 0.55% 0.52% -
HSV(B) 352.94º 0.68% 0.78% -
XYZ 27.1 16.53 9.35 -
YUV 106.49 113.06 194.7 -
System Red Green Blue C M Y K H S L
Decimal 200 64 80 0 0.68 0.6 0.22 352.94 0.55 0.52
Hex C8 40 50 0 44 3C 16 161 37 34
Octal 310 100 120 0 104 74 26 541 67 64
Binary 11001000 1000000 1010000 0 1000100 111100 10110 101100001 110111 110100

Color Harmonies of #C84050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84050

Black with #C84050

Text Example


Text Example

White with #C84050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84050; }

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

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

background-color css

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

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

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

border-color css

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

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

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