Html Css Color HEX #C82758 Old Rose

📋 copy color: '#C82758'

red 200 ◦ green 39 ◦ blue 88

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

Shades of Old Rose #C82758

Tints of Old Rose #C82758

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.93%

 BLUE value IS 88 (34.77% from 255) = 26.91%

R = 61.16%
G = 11.93%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.22

RGB Variations

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

Color information

#C82758 (or 0xC82758) is known color: Old Rose. HEX triplet: C8, 27 and 58. RGB value is (200,39,88). Sum of RGB (Red+Green+Blue) = 200+39+88=327 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.16% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 200 - color contains mainly: red. Hex color #C82758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C82758 is #37D8A7. Grayscale: #5C5C5C. Windows color (decimal): -3659944 or 5777352. OLE color: 5777352.

HSL color Cylindrical-coordinate representation of color #C82758: hue angle of 341.74º degrees, saturation: 0.67, 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 #C82758 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 39 88 -
CMYK 0 0.80 0.56 0.22
HSL 341.74º 0.67% 0.47% -
HSV(B) 341.74º 0.81% 0.78% -
XYZ 26.31 14.43 10.63 -
YUV 92.73 125.34 204.52 -
System Red Green Blue C M Y K H S L
Decimal 200 39 88 0 0.80 0.56 0.22 341.74 0.67 0.47
Hex C8 27 58 0 50 38 16 156 43 2F
Octal 310 47 130 0 120 70 26 526 103 57
Binary 11001000 100111 1011000 0 1010000 111000 10110 101010110 1000011 101111

Color Harmonies of #C82758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82758

Black with #C82758

Text Example


Text Example

White with #C82758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82758; }

 p { color: rgb(200,39,88); }

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

background-color css

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

 a { background-color: rgb(200,39,88); }

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

border-color css

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

 span { border-color: rgb(200,39,88); }

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