Html Css Color HEX #C82654 Old Rose

📋 copy color: '#C82654'

red 200 ◦ green 38 ◦ blue 84

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

Shades of Old Rose #C82654

Tints of Old Rose #C82654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.8%

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

R = 62.11%
G = 11.8%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C82654 (or 0xC82654) is known color: Old Rose. HEX triplet: C8, 26 and 54. RGB value is (200,38,84). Sum of RGB (Red+Green+Blue) = 200+38+84=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C82654 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82654 is #37D9AB. Grayscale: #5B5B5B. Windows color (decimal): -3660204 or 5514952. OLE color: 5514952.

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

Color convert

RGB 200 38 84 -
CMYK 0 0.81 0.58 0.22
HSL 342.96º 0.68% 0.47% -
HSV(B) 342.96º 0.81% 0.78% -
XYZ 26.11 14.31 9.77 -
YUV 91.68 123.67 205.26 -
System Red Green Blue C M Y K H S L
Decimal 200 38 84 0 0.81 0.58 0.22 342.96 0.68 0.47
Hex C8 26 54 0 51 3A 16 157 44 2F
Octal 310 46 124 0 121 72 26 527 104 57
Binary 11001000 100110 1010100 0 1010001 111010 10110 101010111 1000100 101111

Color Harmonies of #C82654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82654

Black with #C82654

Text Example


Text Example

White with #C82654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82654; }

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

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

background-color css

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

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

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

border-color css

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

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

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