Html Css Color HEX #C8254D Old Rose

📋 copy color: '#C8254D'

red 200 ◦ green 37 ◦ blue 77

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

Shades of Old Rose #C8254D

Tints of Old Rose #C8254D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.78%

 BLUE value IS 77 (30.47% from 255) = 24.52%

R = 63.69%
G = 11.78%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8254D (or 0xC8254D) is known color: Old Rose. HEX triplet: C8, 25 and 4D. RGB value is (200,37,77). Sum of RGB (Red+Green+Blue) = 200+37+77=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8254D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8254D is #37DAB2. Grayscale: #5A5A5A. Windows color (decimal): -3660467 or 5055944. OLE color: 5055944.

HSL color Cylindrical-coordinate representation of color #C8254D: hue angle of 345.28º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8254D is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 77 -
CMYK 0 0.82 0.62 0.22
HSL 345.28º 0.69% 0.46% -
HSV(B) 345.28º 0.82% 0.78% -
XYZ 25.82 14.14 8.39 -
YUV 90.3 120.5 206.25 -
System Red Green Blue C M Y K H S L
Decimal 200 37 77 0 0.82 0.62 0.22 345.28 0.69 0.46
Hex C8 25 4D 0 52 3E 16 159 45 2E
Octal 310 45 115 0 122 76 26 531 105 56
Binary 11001000 100101 1001101 0 1010010 111110 10110 101011001 1000101 101110

Color Harmonies of #C8254D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8254D

Black with #C8254D

Text Example


Text Example

White with #C8254D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8254D; }

 p { color: rgb(200,37,77); }

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

background-color css

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

 a { background-color: rgb(200,37,77); }

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

border-color css

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

 span { border-color: rgb(200,37,77); }

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