Html Css Color HEX #C8344F Old Rose

📋 copy color: '#C8344F'

red 200 ◦ green 52 ◦ blue 79

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

Shades of Old Rose #C8344F

Tints of Old Rose #C8344F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.71%

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 60.42%
G = 15.71%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C8344F (or 0xC8344F) is known color: Old Rose. HEX triplet: C8, 34 and 4F. RGB value is (200,52,79). Sum of RGB (Red+Green+Blue) = 200+52+79=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8344F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8344F is #37CBB0. Grayscale: #636363. Windows color (decimal): -3656625 or 5190856. OLE color: 5190856.

HSL color Cylindrical-coordinate representation of color #C8344F: hue angle of 349.05º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8344F is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 52 79 -
CMYK 0 0.74 0.60 0.22
HSL 349.05º 0.59% 0.49% -
HSV(B) 349.05º 0.74% 0.78% -
XYZ 26.46 15.3 8.96 -
YUV 99.33 116.53 199.8 -
System Red Green Blue C M Y K H S L
Decimal 200 52 79 0 0.74 0.60 0.22 349.05 0.59 0.49
Hex C8 34 4F 0 4A 3C 16 15D 3B 31
Octal 310 64 117 0 112 74 26 535 73 61
Binary 11001000 110100 1001111 0 1001010 111100 10110 101011101 111011 110001

Color Harmonies of #C8344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8344F

Black with #C8344F

Text Example


Text Example

White with #C8344F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8344F; }

 p { color: rgb(200,52,79); }

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

background-color css

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

 a { background-color: rgb(200,52,79); }

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

border-color css

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

 span { border-color: rgb(200,52,79); }

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