Html Css Color HEX #C83354 Old Rose

📋 copy color: '#C83354'

red 200 ◦ green 51 ◦ blue 84

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

Shades of Old Rose #C83354

Tints of Old Rose #C83354

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.22%

 BLUE value IS 84 (33.2% from 255) = 25.07%

R = 59.7%
G = 15.22%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C83354 (or 0xC83354) is known color: Old Rose. HEX triplet: C8, 33 and 54. RGB value is (200,51,84). Sum of RGB (Red+Green+Blue) = 200+51+84=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C83354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83354 is #37CCAB. Grayscale: #636363. Windows color (decimal): -3656876 or 5518280. OLE color: 5518280.

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

Color convert

RGB 200 51 84 -
CMYK 0 0.74 0.58 0.22
HSL 346.71º 0.59% 0.49% -
HSV(B) 346.71º 0.75% 0.78% -
XYZ 26.6 15.29 9.94 -
YUV 99.31 119.36 199.82 -
System Red Green Blue C M Y K H S L
Decimal 200 51 84 0 0.74 0.58 0.22 346.71 0.59 0.49
Hex C8 33 54 0 4A 3A 16 15B 3B 31
Octal 310 63 124 0 112 72 26 533 73 61
Binary 11001000 110011 1010100 0 1001010 111010 10110 101011011 111011 110001

Color Harmonies of #C83354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83354

Black with #C83354

Text Example


Text Example

White with #C83354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83354; }

 p { color: rgb(200,51,84); }

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

background-color css

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

 a { background-color: rgb(200,51,84); }

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

border-color css

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

 span { border-color: rgb(200,51,84); }

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