Html Css Color HEX #C8334E Old Rose

📋 copy color: '#C8334E'

red 200 ◦ green 51 ◦ blue 78

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

Shades of Old Rose #C8334E

Tints of Old Rose #C8334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.5%

 BLUE value IS 78 (30.86% from 255) = 23.71%

R = 60.79%
G = 15.5%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C8334E (or 0xC8334E) is known color: Old Rose. HEX triplet: C8, 33 and 4E. RGB value is (200,51,78). Sum of RGB (Red+Green+Blue) = 200+51+78=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 78 (30.86% from 255 or 23.71% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8334E is #37CCB1. Grayscale: #626262. Windows color (decimal): -3656882 or 5125064. OLE color: 5125064.

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

Color convert

RGB 200 51 78 -
CMYK 0 0.74 0.61 0.22
HSL 349.13º 0.59% 0.49% -
HSV(B) 349.13º 0.75% 0.78% -
XYZ 26.38 15.2 8.75 -
YUV 98.63 116.36 200.3 -
System Red Green Blue C M Y K H S L
Decimal 200 51 78 0 0.74 0.61 0.22 349.13 0.59 0.49
Hex C8 33 4E 0 4A 3D 16 15D 3B 31
Octal 310 63 116 0 112 75 26 535 73 61
Binary 11001000 110011 1001110 0 1001010 111101 10110 101011101 111011 110001

Color Harmonies of #C8334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8334E

Black with #C8334E

Text Example


Text Example

White with #C8334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8334E; }

 p { color: rgb(200,51,78); }

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

background-color css

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

 a { background-color: rgb(200,51,78); }

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

border-color css

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

 span { border-color: rgb(200,51,78); }

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