Html Css Color HEX #C4314B Old Rose

📋 copy color: '#C4314B'

red 196 ◦ green 49 ◦ blue 75

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

Shades of Old Rose #C4314B

Tints of Old Rose #C4314B

RGB

 RED value IS 196 (76.95% from 255) = 61.25%

 GREEN value IS 49 (19.53% from 255) = 15.31%

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

R = 61.25%
G = 15.31%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4314B (or 0xC4314B) is known color: Old Rose. HEX triplet: C4, 31 and 4B. RGB value is (196,49,75). Sum of RGB (Red+Green+Blue) = 196+49+75=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C4314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4314B is #3BCEB4. Grayscale: #5F5F5F. Windows color (decimal): -3919541 or 4927940. OLE color: 4927940.

HSL color Cylindrical-coordinate representation of color #C4314B: hue angle of 349.39º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C4314B is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 75 -
CMYK 0 0.75 0.62 0.23
HSL 349.39º 0.6% 0.48% -
HSV(B) 349.39º 0.75% 0.77% -
XYZ 25.13 14.44 8.12 -
YUV 95.92 116.2 199.39 -
System Red Green Blue C M Y K H S L
Decimal 196 49 75 0 0.75 0.62 0.23 349.39 0.6 0.48
Hex C4 31 4B 0 4B 3E 17 15D 3C 30
Octal 304 61 113 0 113 76 27 535 74 60
Binary 11000100 110001 1001011 0 1001011 111110 10111 101011101 111100 110000

Color Harmonies of #C4314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4314B

Black with #C4314B

Text Example


Text Example

White with #C4314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4314B; }

 p { color: rgb(196,49,75); }

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

background-color css

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

 a { background-color: rgb(196,49,75); }

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

border-color css

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

 span { border-color: rgb(196,49,75); }

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