Html Css Color HEX #C8265E Old Rose

📋 copy color: '#C8265E'

red 200 ◦ green 38 ◦ blue 94

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

Shades of Old Rose #C8265E

Tints of Old Rose #C8265E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.31%

R = 60.24%
G = 11.45%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C8265E (or 0xC8265E) is known color: Old Rose. HEX triplet: C8, 26 and 5E. RGB value is (200,38,94). Sum of RGB (Red+Green+Blue) = 200+38+94=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8265E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8265E is #37D9A1. Grayscale: #5C5C5C. Windows color (decimal): -3660194 or 6170312. OLE color: 6170312.

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

Color convert

RGB 200 38 94 -
CMYK 0 0.81 0.53 0.22
HSL 339.26º 0.68% 0.47% -
HSV(B) 339.26º 0.81% 0.78% -
XYZ 26.53 14.47 11.98 -
YUV 92.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 200 38 94 0 0.81 0.53 0.22 339.26 0.68 0.47
Hex C8 26 5E 0 51 35 16 153 44 2F
Octal 310 46 136 0 121 65 26 523 104 57
Binary 11001000 100110 1011110 0 1010001 110101 10110 101010011 1000100 101111

Color Harmonies of #C8265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8265E

Black with #C8265E

Text Example


Text Example

White with #C8265E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8265E; }

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

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

background-color css

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

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

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

border-color css

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

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

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