Html Css Color HEX #C3A57E Rodeo Dust

📋 copy color: '#C3A57E'

red 195 ◦ green 165 ◦ blue 126

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

Shades of Rodeo Dust #C3A57E

Tints of Rodeo Dust #C3A57E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.95%

 BLUE value IS 126 (49.61% from 255) = 25.93%

R = 40.12%
G = 33.95%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3A57E (or 0xC3A57E) is known color: Rodeo Dust. HEX triplet: C3, A5 and 7E. RGB value is (195,165,126). Sum of RGB (Red+Green+Blue) = 195+165+126=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A57E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A57E is #3C5A81. Grayscale: #A9A9A9. Windows color (decimal): -3955330 or 8299971. OLE color: 8299971.

HSL color Cylindrical-coordinate representation of color #C3A57E: hue angle of 33.91º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C3A57E is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 165 126 -
CMYK 0 0.15 0.35 0.24
HSL 33.91º 0.37% 0.63% -
HSV(B) 33.91º 0.35% 0.76% -
XYZ 39.73 40.02 25.37 -
YUV 169.52 103.44 146.17 -
System Red Green Blue C M Y K H S L
Decimal 195 165 126 0 0.15 0.35 0.24 33.91 0.37 0.63
Hex C3 A5 7E 0 F 23 18 22 25 3F
Octal 303 245 176 0 17 43 30 42 45 77
Binary 11000011 10100101 1111110 0 1111 100011 11000 100010 100101 111111

Color Harmonies of #C3A57E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A57E

Black with #C3A57E

Text Example


Text Example

White with #C3A57E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A57E; }

 p { color: rgb(195,165,126); }

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

background-color css

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

 a { background-color: rgb(195,165,126); }

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

border-color css

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

 span { border-color: rgb(195,165,126); }

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