Html Css Color HEX #C3A57D Rodeo Dust

📋 copy color: '#C3A57D'

red 195 ◦ green 165 ◦ blue 125

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

Shades of Rodeo Dust #C3A57D

Tints of Rodeo Dust #C3A57D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.77%

R = 40.21%
G = 34.02%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3A57D (or 0xC3A57D) is known color: Rodeo Dust. HEX triplet: C3, A5 and 7D. RGB value is (195,165,125). Sum of RGB (Red+Green+Blue) = 195+165+125=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A57D is #3C5A82. Grayscale: #A9A9A9. Windows color (decimal): -3955331 or 8234435. OLE color: 8234435.

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

Color convert

RGB 195 165 125 -
CMYK 0 0.15 0.36 0.24
HSL 34.29º 0.37% 0.63% -
HSV(B) 34.29º 0.36% 0.76% -
XYZ 39.66 39.99 25.03 -
YUV 169.41 102.94 146.25 -
System Red Green Blue C M Y K H S L
Decimal 195 165 125 0 0.15 0.36 0.24 34.29 0.37 0.63
Hex C3 A5 7D 0 F 24 18 22 25 3F
Octal 303 245 175 0 17 44 30 42 45 77
Binary 11000011 10100101 1111101 0 1111 100100 11000 100010 100101 111111

Color Harmonies of #C3A57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A57D

Black with #C3A57D

Text Example


Text Example

White with #C3A57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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