Html Css Color HEX #C83A5C Old Rose

📋 copy color: '#C83A5C'

red 200 ◦ green 58 ◦ blue 92

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

Shades of Old Rose #C83A5C

Tints of Old Rose #C83A5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 57.14%
G = 16.57%
B = 26.29%

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

#C83A5C (or 0xC83A5C) is known color: Old Rose. HEX triplet: C8, 3A and 5C. RGB value is (200,58,92). Sum of RGB (Red+Green+Blue) = 200+58+92=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 58 (23.05% from 255 or 16.57% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83A5C is #37C5A3. Grayscale: #686868. Windows color (decimal): -3655076 or 6044360. OLE color: 6044360.

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

Color convert

RGB 200 58 92 -
CMYK 0 0.71 0.54 0.22
HSL 345.63º 0.56% 0.51% -
HSV(B) 345.63º 0.71% 0.78% -
XYZ 27.26 16.08 11.79 -
YUV 104.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 200 58 92 0 0.71 0.54 0.22 345.63 0.56 0.51
Hex C8 3A 5C 0 47 36 16 15A 38 33
Octal 310 72 134 0 107 66 26 532 70 63
Binary 11001000 111010 1011100 0 1000111 110110 10110 101011010 111000 110011

Color Harmonies of #C83A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83A5C

Black with #C83A5C

Text Example


Text Example

White with #C83A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83A5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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