Html Css Color HEX #C8275A Old Rose

📋 copy color: '#C8275A'

red 200 ◦ green 39 ◦ blue 90

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

Shades of Old Rose #C8275A

Tints of Old Rose #C8275A

RGB

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

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

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

R = 60.79%
G = 11.85%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#C8275A (or 0xC8275A) is known color: Old Rose. HEX triplet: C8, 27 and 5A. RGB value is (200,39,90). Sum of RGB (Red+Green+Blue) = 200+39+90=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8275A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8275A is #37D8A5. Grayscale: #5C5C5C. Windows color (decimal): -3659942 or 5908424. OLE color: 5908424.

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

Color convert

RGB 200 39 90 -
CMYK 0 0.80 0.55 0.22
HSL 340.99º 0.67% 0.47% -
HSV(B) 340.99º 0.81% 0.78% -
XYZ 26.39 14.47 11.07 -
YUV 92.95 126.34 204.35 -
System Red Green Blue C M Y K H S L
Decimal 200 39 90 0 0.80 0.55 0.22 340.99 0.67 0.47
Hex C8 27 5A 0 50 37 16 155 43 2F
Octal 310 47 132 0 120 67 26 525 103 57
Binary 11001000 100111 1011010 0 1010000 110111 10110 101010101 1000011 101111

Color Harmonies of #C8275A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8275A

Black with #C8275A

Text Example


Text Example

White with #C8275A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8275A; }

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

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

background-color css

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

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

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

border-color css

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

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

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