Html Css Color HEX #C34051 Old Rose

📋 copy color: '#C34051'

red 195 ◦ green 64 ◦ blue 81

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

Shades of Old Rose #C34051

Tints of Old Rose #C34051

RGB

 RED value IS 195 (76.56% from 255) = 57.35%

 GREEN value IS 64 (25.39% from 255) = 18.82%

 BLUE value IS 81 (32.03% from 255) = 23.82%

R = 57.35%
G = 18.82%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C34051 (or 0xC34051) is known color: Old Rose. HEX triplet: C3, 40 and 51. RGB value is (195,64,81). Sum of RGB (Red+Green+Blue) = 195+64+81=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C34051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34051 is #3CBFAE. Grayscale: #696969. Windows color (decimal): -3981231 or 5324995. OLE color: 5324995.

HSL color Cylindrical-coordinate representation of color #C34051: hue angle of 352.21º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34051 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 81 -
CMYK 0 0.67 0.58 0.24
HSL 352.21º 0.52% 0.51% -
HSV(B) 352.21º 0.67% 0.76% -
XYZ 25.82 15.86 9.49 -
YUV 105.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 195 64 81 0 0.67 0.58 0.24 352.21 0.52 0.51
Hex C3 40 51 0 43 3A 18 160 34 33
Octal 303 100 121 0 103 72 30 540 64 63
Binary 11000011 1000000 1010001 0 1000011 111010 11000 101100000 110100 110011

Color Harmonies of #C34051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34051

Black with #C34051

Text Example


Text Example

White with #C34051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34051; }

 p { color: rgb(195,64,81); }

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

background-color css

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

 a { background-color: rgb(195,64,81); }

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

border-color css

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

 span { border-color: rgb(195,64,81); }

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