Html Css Color HEX #C2A58D Rodeo Dust

📋 copy color: '#C2A58D'

red 194 ◦ green 165 ◦ blue 141

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

Shades of Rodeo Dust #C2A58D

Tints of Rodeo Dust #C2A58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.2%

R = 38.8%
G = 33%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2A58D (or 0xC2A58D) is known color: Rodeo Dust. HEX triplet: C2, A5 and 8D. RGB value is (194,165,141). Sum of RGB (Red+Green+Blue) = 194+165+141=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 165 (64.84% from 255 or 33% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A58D is #3D5A72. Grayscale: #ABABAB. Windows color (decimal): -4020851 or 9283010. OLE color: 9283010.

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

Color convert

RGB 194 165 141 -
CMYK 0 0.15 0.27 0.24
HSL 27.17º 0.3% 0.66% -
HSV(B) 27.17º 0.27% 0.76% -
XYZ 40.51 40.3 30.84 -
YUV 170.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 194 165 141 0 0.15 0.27 0.24 27.17 0.3 0.66
Hex C2 A5 8D 0 F 1B 18 1B 1E 42
Octal 302 245 215 0 17 33 30 33 36 102
Binary 11000010 10100101 10001101 0 1111 11011 11000 11011 11110 1000010

Color Harmonies of #C2A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A58D

Black with #C2A58D

Text Example


Text Example

White with #C2A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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