Html Css Color HEX #C2A57F Rodeo Dust

📋 copy color: '#C2A57F'

red 194 ◦ green 165 ◦ blue 127

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

Shades of Rodeo Dust #C2A57F

Tints of Rodeo Dust #C2A57F

RGB

 RED value IS 194 (76.17% from 255) = 39.92%

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

 BLUE value IS 127 (50% from 255) = 26.13%

R = 39.92%
G = 33.95%
B = 26.13%

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

#C2A57F (or 0xC2A57F) is known color: Rodeo Dust. HEX triplet: C2, A5 and 7F. RGB value is (194,165,127). Sum of RGB (Red+Green+Blue) = 194+165+127=486 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.92% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A57F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A57F is #3D5A80. Grayscale: #A9A9A9. Windows color (decimal): -4020865 or 8365506. OLE color: 8365506.

HSL color Cylindrical-coordinate representation of color #C2A57F: hue angle of 34.03º degrees, saturation: 0.35, 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 #C2A57F is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 165 127 -
CMYK 0 0.15 0.35 0.24
HSL 34.03º 0.35% 0.63% -
HSV(B) 34.03º 0.35% 0.76% -
XYZ 39.53 39.91 25.7 -
YUV 169.34 104.11 145.59 -
System Red Green Blue C M Y K H S L
Decimal 194 165 127 0 0.15 0.35 0.24 34.03 0.35 0.63
Hex C2 A5 7F 0 F 23 18 22 23 3F
Octal 302 245 177 0 17 43 30 42 43 77
Binary 11000010 10100101 1111111 0 1111 100011 11000 100010 100011 111111

Color Harmonies of #C2A57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A57F

Black with #C2A57F

Text Example


Text Example

White with #C2A57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A57F; }

 p { color: rgb(194,165,127); }

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

background-color css

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

 a { background-color: rgb(194,165,127); }

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

border-color css

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

 span { border-color: rgb(194,165,127); }

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