Html Css Color HEX #C3A379 Rodeo Dust

📋 copy color: '#C3A379'

red 195 ◦ green 163 ◦ blue 121

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

Shades of Rodeo Dust #C3A379

Tints of Rodeo Dust #C3A379

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.03%

 BLUE value IS 121 (47.66% from 255) = 25.26%

R = 40.71%
G = 34.03%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C3A379 (or 0xC3A379) is known color: Rodeo Dust. HEX triplet: C3, A3 and 79. RGB value is (195,163,121). Sum of RGB (Red+Green+Blue) = 195+163+121=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 163 (64.06% from 255 or 34.03% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A379 is #3C5C86. Grayscale: #A7A7A7. Windows color (decimal): -3955847 or 7971779. OLE color: 7971779.

HSL color Cylindrical-coordinate representation of color #C3A379: hue angle of 34.05º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C3A379 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 163 121 -
CMYK 0 0.16 0.38 0.24
HSL 34.05º 0.38% 0.62% -
HSV(B) 34.05º 0.38% 0.76% -
XYZ 39.05 39.18 23.59 -
YUV 167.78 101.6 147.42 -
System Red Green Blue C M Y K H S L
Decimal 195 163 121 0 0.16 0.38 0.24 34.05 0.38 0.62
Hex C3 A3 79 0 10 26 18 22 26 3E
Octal 303 243 171 0 20 46 30 42 46 76
Binary 11000011 10100011 1111001 0 10000 100110 11000 100010 100110 111110

Color Harmonies of #C3A379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A379

Black with #C3A379

Text Example


Text Example

White with #C3A379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A379; }

 p { color: rgb(195,163,121); }

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

background-color css

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

 a { background-color: rgb(195,163,121); }

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

border-color css

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

 span { border-color: rgb(195,163,121); }

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