Html Css Color HEX #C82652 Old Rose

📋 copy color: '#C82652'

red 200 ◦ green 38 ◦ blue 82

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

Shades of Old Rose #C82652

Tints of Old Rose #C82652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.63%

R = 62.5%
G = 11.88%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C82652 (or 0xC82652) is known color: Old Rose. HEX triplet: C8, 26 and 52. RGB value is (200,38,82). Sum of RGB (Red+Green+Blue) = 200+38+82=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C82652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82652 is #37D9AD. Grayscale: #5B5B5B. Windows color (decimal): -3660206 or 5383880. OLE color: 5383880.

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

Color convert

RGB 200 38 82 -
CMYK 0 0.81 0.59 0.22
HSL 343.7º 0.68% 0.47% -
HSV(B) 343.7º 0.81% 0.78% -
XYZ 26.04 14.27 9.37 -
YUV 91.45 122.67 205.42 -
System Red Green Blue C M Y K H S L
Decimal 200 38 82 0 0.81 0.59 0.22 343.7 0.68 0.47
Hex C8 26 52 0 51 3B 16 158 44 2F
Octal 310 46 122 0 121 73 26 530 104 57
Binary 11001000 100110 1010010 0 1010001 111011 10110 101011000 1000100 101111

Color Harmonies of #C82652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82652

Black with #C82652

Text Example


Text Example

White with #C82652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82652; }

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

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

background-color css

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

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

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

border-color css

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

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

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