Html Css Color HEX #C8265A Old Rose

📋 copy color: '#C8265A'

red 200 ◦ green 38 ◦ blue 90

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

Shades of Old Rose #C8265A

Tints of Old Rose #C8265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 60.98%
G = 11.59%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8265A (or 0xC8265A) is known color: Old Rose. HEX triplet: C8, 26 and 5A. RGB value is (200,38,90). Sum of RGB (Red+Green+Blue) = 200+38+90=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C8265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8265A is #37D9A5. Grayscale: #5C5C5C. Windows color (decimal): -3660198 or 5908168. OLE color: 5908168.

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

Color convert

RGB 200 38 90 -
CMYK 0 0.81 0.55 0.22
HSL 340.74º 0.68% 0.47% -
HSV(B) 340.74º 0.81% 0.78% -
XYZ 26.36 14.4 11.06 -
YUV 92.37 126.67 204.77 -
System Red Green Blue C M Y K H S L
Decimal 200 38 90 0 0.81 0.55 0.22 340.74 0.68 0.47
Hex C8 26 5A 0 51 37 16 155 44 2F
Octal 310 46 132 0 121 67 26 525 104 57
Binary 11001000 100110 1011010 0 1010001 110111 10110 101010101 1000100 101111

Color Harmonies of #C8265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8265A

Black with #C8265A

Text Example


Text Example

White with #C8265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8265A; }

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

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

background-color css

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

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

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

border-color css

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

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

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