Html Css Color HEX #C2A37F Rodeo Dust

📋 copy color: '#C2A37F'

red 194 ◦ green 163 ◦ blue 127

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

Shades of Rodeo Dust #C2A37F

Tints of Rodeo Dust #C2A37F

RGB

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

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

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

R = 40.08%
G = 33.68%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2A37F (or 0xC2A37F) is known color: Rodeo Dust. HEX triplet: C2, A3 and 7F. RGB value is (194,163,127). Sum of RGB (Red+Green+Blue) = 194+163+127=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A37F is #3D5C80. Grayscale: #A8A8A8. Windows color (decimal): -4021377 or 8364994. OLE color: 8364994.

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

Color convert

RGB 194 163 127 -
CMYK 0 0.16 0.35 0.24
HSL 32.24º 0.35% 0.63% -
HSV(B) 32.24º 0.35% 0.76% -
XYZ 39.18 39.2 25.58 -
YUV 168.17 104.77 146.43 -
System Red Green Blue C M Y K H S L
Decimal 194 163 127 0 0.16 0.35 0.24 32.24 0.35 0.63
Hex C2 A3 7F 0 10 23 18 20 23 3F
Octal 302 243 177 0 20 43 30 40 43 77
Binary 11000010 10100011 1111111 0 10000 100011 11000 100000 100011 111111

Color Harmonies of #C2A37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A37F

Black with #C2A37F

Text Example


Text Example

White with #C2A37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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