Html Css Color HEX #C8274B Old Rose

📋 copy color: '#C8274B'

red 200 ◦ green 39 ◦ blue 75

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

Shades of Old Rose #C8274B

Tints of Old Rose #C8274B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.89%

R = 63.69%
G = 12.42%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8274B (or 0xC8274B) is known color: Old Rose. HEX triplet: C8, 27 and 4B. RGB value is (200,39,75). Sum of RGB (Red+Green+Blue) = 200+39+75=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C8274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8274B is #37D8B4. Grayscale: #5B5B5B. Windows color (decimal): -3659957 or 4925384. OLE color: 4925384.

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

Color convert

RGB 200 39 75 -
CMYK 0 0.80 0.62 0.22
HSL 346.58º 0.67% 0.47% -
HSV(B) 346.58º 0.81% 0.78% -
XYZ 25.81 14.24 8.04 -
YUV 91.24 118.84 205.57 -
System Red Green Blue C M Y K H S L
Decimal 200 39 75 0 0.80 0.62 0.22 346.58 0.67 0.47
Hex C8 27 4B 0 50 3E 16 15B 43 2F
Octal 310 47 113 0 120 76 26 533 103 57
Binary 11001000 100111 1001011 0 1010000 111110 10110 101011011 1000011 101111

Color Harmonies of #C8274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8274B

Black with #C8274B

Text Example


Text Example

White with #C8274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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