Html Css Color HEX #C1A58B Rodeo Dust

📋 copy color: '#C1A58B'

red 193 ◦ green 165 ◦ blue 139

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

Shades of Rodeo Dust #C1A58B

Tints of Rodeo Dust #C1A58B

RGB

 RED value IS 193 (75.78% from 255) = 38.83%

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

 BLUE value IS 139 (54.69% from 255) = 27.97%

R = 38.83%
G = 33.2%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1A58B (or 0xC1A58B) is known color: Rodeo Dust. HEX triplet: C1, A5 and 8B. RGB value is (193,165,139). Sum of RGB (Red+Green+Blue) = 193+165+139=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A58B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A58B is #3E5A74. Grayscale: #AAAAAA. Windows color (decimal): -4086389 or 9151937. OLE color: 9151937.

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

Color convert

RGB 193 165 139 -
CMYK 0 0.15 0.28 0.24
HSL 28.89º 0.3% 0.65% -
HSV(B) 28.89º 0.28% 0.76% -
XYZ 40.11 40.11 30.05 -
YUV 170.41 110.28 144.11 -
System Red Green Blue C M Y K H S L
Decimal 193 165 139 0 0.15 0.28 0.24 28.89 0.3 0.65
Hex C1 A5 8B 0 F 1C 18 1D 1E 41
Octal 301 245 213 0 17 34 30 35 36 101
Binary 11000001 10100101 10001011 0 1111 11100 11000 11101 11110 1000001

Color Harmonies of #C1A58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A58B

Black with #C1A58B

Text Example


Text Example

White with #C1A58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A58B; }

 p { color: rgb(193,165,139); }

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

background-color css

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

 a { background-color: rgb(193,165,139); }

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

border-color css

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

 span { border-color: rgb(193,165,139); }

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