Html Css Color HEX #C8265B Old Rose

📋 copy color: '#C8265B'

red 200 ◦ green 38 ◦ blue 91

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

Shades of Old Rose #C8265B

Tints of Old Rose #C8265B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.66%

R = 60.79%
G = 11.55%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C8265B (or 0xC8265B) is known color: Old Rose. HEX triplet: C8, 26 and 5B. RGB value is (200,38,91). Sum of RGB (Red+Green+Blue) = 200+38+91=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8265B is #37D9A4. Grayscale: #5C5C5C. Windows color (decimal): -3660197 or 5973704. OLE color: 5973704.

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

Color convert

RGB 200 38 91 -
CMYK 0 0.81 0.54 0.22
HSL 340.37º 0.68% 0.47% -
HSV(B) 340.37º 0.81% 0.78% -
XYZ 26.4 14.42 11.29 -
YUV 92.48 127.17 204.69 -
System Red Green Blue C M Y K H S L
Decimal 200 38 91 0 0.81 0.54 0.22 340.37 0.68 0.47
Hex C8 26 5B 0 51 36 16 154 44 2F
Octal 310 46 133 0 121 66 26 524 104 57
Binary 11001000 100110 1011011 0 1010001 110110 10110 101010100 1000100 101111

Color Harmonies of #C8265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8265B

Black with #C8265B

Text Example


Text Example

White with #C8265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8265B; }

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

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

background-color css

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

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

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

border-color css

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

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

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