Html Css Color HEX #C4265F Old Rose

📋 copy color: '#C4265F'

red 196 ◦ green 38 ◦ blue 95

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

Shades of Old Rose #C4265F

Tints of Old Rose #C4265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 59.57%
G = 11.55%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4265F (or 0xC4265F) is known color: Old Rose. HEX triplet: C4, 26 and 5F. RGB value is (196,38,95). Sum of RGB (Red+Green+Blue) = 196+38+95=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4265F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4265F is #3BD9A0. Grayscale: #5B5B5B. Windows color (decimal): -3922337 or 6235844. OLE color: 6235844.

HSL color Cylindrical-coordinate representation of color #C4265F: hue angle of 338.35º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C4265F is Cyan = 0, Magento = 0.81, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 38 95 -
CMYK 0 0.81 0.52 0.23
HSL 338.35º 0.68% 0.46% -
HSV(B) 338.35º 0.81% 0.77% -
XYZ 25.52 13.95 12.17 -
YUV 91.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 196 38 95 0 0.81 0.52 0.23 338.35 0.68 0.46
Hex C4 26 5F 0 51 34 17 152 44 2E
Octal 304 46 137 0 121 64 27 522 104 56
Binary 11000100 100110 1011111 0 1010001 110100 10111 101010010 1000100 101110

Color Harmonies of #C4265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4265F

Black with #C4265F

Text Example


Text Example

White with #C4265F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4265F; }

 p { color: rgb(196,38,95); }

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

background-color css

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

 a { background-color: rgb(196,38,95); }

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

border-color css

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

 span { border-color: rgb(196,38,95); }

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