Html Css Color HEX #C82653 Old Rose

📋 copy color: '#C82653'

red 200 ◦ green 38 ◦ blue 83

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

Shades of Old Rose #C82653

Tints of Old Rose #C82653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.86%

R = 62.31%
G = 11.84%
B = 25.86%

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

#C82653 (or 0xC82653) is known color: Old Rose. HEX triplet: C8, 26 and 53. RGB value is (200,38,83). Sum of RGB (Red+Green+Blue) = 200+38+83=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C82653 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82653 is #37D9AC. Grayscale: #5B5B5B. Windows color (decimal): -3660205 or 5449416. OLE color: 5449416.

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

Color convert

RGB 200 38 83 -
CMYK 0 0.81 0.58 0.22
HSL 343.33º 0.68% 0.47% -
HSV(B) 343.33º 0.81% 0.78% -
XYZ 26.07 14.29 9.57 -
YUV 91.57 123.17 205.34 -
System Red Green Blue C M Y K H S L
Decimal 200 38 83 0 0.81 0.58 0.22 343.33 0.68 0.47
Hex C8 26 53 0 51 3A 16 157 44 2F
Octal 310 46 123 0 121 72 26 527 104 57
Binary 11001000 100110 1010011 0 1010001 111010 10110 101010111 1000100 101111

Color Harmonies of #C82653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82653

Black with #C82653

Text Example


Text Example

White with #C82653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82653; }

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

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

background-color css

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

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

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

border-color css

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

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

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