Html Css Color HEX #C83F56 Old Rose

📋 copy color: '#C83F56'

red 200 ◦ green 63 ◦ blue 86

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

Shades of Old Rose #C83F56

Tints of Old Rose #C83F56

RGB

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

 GREEN value IS 63 (25% from 255) = 18.05%

 BLUE value IS 86 (33.98% from 255) = 24.64%

R = 57.31%
G = 18.05%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C83F56 (or 0xC83F56) is known color: Old Rose. HEX triplet: C8, 3F and 56. RGB value is (200,63,86). Sum of RGB (Red+Green+Blue) = 200+63+86=349 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.31% from 349); Green value is 63 (25% from 255 or 18.05% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F56 is #37C0A9. Grayscale: #6A6A6A. Windows color (decimal): -3653802 or 5652424. OLE color: 5652424.

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

Color convert

RGB 200 63 86 -
CMYK 0 0.68 0.57 0.22
HSL 349.93º 0.55% 0.52% -
HSV(B) 349.93º 0.69% 0.78% -
XYZ 27.28 16.51 10.55 -
YUV 106.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 200 63 86 0 0.68 0.57 0.22 349.93 0.55 0.52
Hex C8 3F 56 0 44 39 16 15E 37 34
Octal 310 77 126 0 104 71 26 536 67 64
Binary 11001000 111111 1010110 0 1000100 111001 10110 101011110 110111 110100

Color Harmonies of #C83F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83F56

Black with #C83F56

Text Example


Text Example

White with #C83F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83F56; }

 p { color: rgb(200,63,86); }

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

background-color css

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

 a { background-color: rgb(200,63,86); }

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

border-color css

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

 span { border-color: rgb(200,63,86); }

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