Html Css Color HEX #C83A5D Old Rose

📋 copy color: '#C83A5D'

red 200 ◦ green 58 ◦ blue 93

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

Shades of Old Rose #C83A5D

Tints of Old Rose #C83A5D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.52%

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 56.98%
G = 16.52%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C83A5D (or 0xC83A5D) is known color: Old Rose. HEX triplet: C8, 3A and 5D. RGB value is (200,58,93). Sum of RGB (Red+Green+Blue) = 200+58+93=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 58 (23.05% from 255 or 16.52% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83A5D is #37C5A2. Grayscale: #686868. Windows color (decimal): -3655075 or 6109896. OLE color: 6109896.

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

Color convert

RGB 200 58 93 -
CMYK 0 0.71 0.54 0.22
HSL 345.21º 0.56% 0.51% -
HSV(B) 345.21º 0.71% 0.78% -
XYZ 27.31 16.1 12.02 -
YUV 104.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 200 58 93 0 0.71 0.54 0.22 345.21 0.56 0.51
Hex C8 3A 5D 0 47 36 16 159 38 33
Octal 310 72 135 0 107 66 26 531 70 63
Binary 11001000 111010 1011101 0 1000111 110110 10110 101011001 111000 110011

Color Harmonies of #C83A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A5D

Black with #C83A5D

Text Example


Text Example

White with #C83A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A5D; }

 p { color: rgb(200,58,93); }

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

background-color css

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

 a { background-color: rgb(200,58,93); }

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

border-color css

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

 span { border-color: rgb(200,58,93); }

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