Html Css Color HEX #C4275E Old Rose

📋 copy color: '#C4275E'

red 196 ◦ green 39 ◦ blue 94

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

Shades of Old Rose #C4275E

Tints of Old Rose #C4275E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 28.57%

R = 59.57%
G = 11.85%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4275E (or 0xC4275E) is known color: Old Rose. HEX triplet: C4, 27 and 5E. RGB value is (196,39,94). Sum of RGB (Red+Green+Blue) = 196+39+94=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 39 (15.62% from 255 or 11.85% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C4275E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4275E is #3BD8A1. Grayscale: #5C5C5C. Windows color (decimal): -3922082 or 6170564. OLE color: 6170564.

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

Color convert

RGB 196 39 94 -
CMYK 0 0.80 0.52 0.23
HSL 338.98º 0.67% 0.46% -
HSV(B) 338.98º 0.8% 0.77% -
XYZ 25.51 13.99 11.95 -
YUV 92.21 129.01 202.03 -
System Red Green Blue C M Y K H S L
Decimal 196 39 94 0 0.80 0.52 0.23 338.98 0.67 0.46
Hex C4 27 5E 0 50 34 17 153 43 2E
Octal 304 47 136 0 120 64 27 523 103 56
Binary 11000100 100111 1011110 0 1010000 110100 10111 101010011 1000011 101110

Color Harmonies of #C4275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4275E

Black with #C4275E

Text Example


Text Example

White with #C4275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4275E; }

 p { color: rgb(196,39,94); }

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

background-color css

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

 a { background-color: rgb(196,39,94); }

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

border-color css

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

 span { border-color: rgb(196,39,94); }

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