Html Css Color HEX #C1A885 Rodeo Dust

📋 copy color: '#C1A885'

red 193 ◦ green 168 ◦ blue 133

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

Shades of Rodeo Dust #C1A885

Tints of Rodeo Dust #C1A885

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.01%

 BLUE value IS 133 (52.34% from 255) = 26.92%

R = 39.07%
G = 34.01%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C1A885 (or 0xC1A885) is known color: Rodeo Dust. HEX triplet: C1, A8 and 85. RGB value is (193,168,133). Sum of RGB (Red+Green+Blue) = 193+168+133=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A885 is #3E577A. Grayscale: #ABABAB. Windows color (decimal): -4085627 or 8759489. OLE color: 8759489.

HSL color Cylindrical-coordinate representation of color #C1A885: hue angle of 35º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1A885 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 168 133 -
CMYK 0 0.13 0.31 0.24
HSL 35º 0.33% 0.64% -
HSV(B) 35º 0.31% 0.76% -
XYZ 40.23 41.04 27.99 -
YUV 171.49 106.28 143.35 -
System Red Green Blue C M Y K H S L
Decimal 193 168 133 0 0.13 0.31 0.24 35 0.33 0.64
Hex C1 A8 85 0 D 1F 18 23 21 40
Octal 301 250 205 0 15 37 30 43 41 100
Binary 11000001 10101000 10000101 0 1101 11111 11000 100011 100001 1000000

Color Harmonies of #C1A885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A885

Black with #C1A885

Text Example


Text Example

White with #C1A885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A885; }

 p { color: rgb(193,168,133); }

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

background-color css

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

 a { background-color: rgb(193,168,133); }

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

border-color css

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

 span { border-color: rgb(193,168,133); }

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