Html Css Color HEX #C3A582 Rodeo Dust

📋 copy color: '#C3A582'

red 195 ◦ green 165 ◦ blue 130

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

Shades of Rodeo Dust #C3A582

Tints of Rodeo Dust #C3A582

RGB

 RED value IS 195 (76.56% from 255) = 39.8%

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

 BLUE value IS 130 (51.17% from 255) = 26.53%

R = 39.8%
G = 33.67%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C3A582 (or 0xC3A582) is known color: Rodeo Dust. HEX triplet: C3, A5 and 82. RGB value is (195,165,130). Sum of RGB (Red+Green+Blue) = 195+165+130=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A582 is #3C5A7D. Grayscale: #AAAAAA. Windows color (decimal): -3955326 or 8562115. OLE color: 8562115.

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

Color convert

RGB 195 165 130 -
CMYK 0 0.15 0.33 0.24
HSL 32.31º 0.35% 0.64% -
HSV(B) 32.31º 0.33% 0.76% -
XYZ 39.99 40.12 26.76 -
YUV 169.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 195 165 130 0 0.15 0.33 0.24 32.31 0.35 0.64
Hex C3 A5 82 0 F 21 18 20 23 40
Octal 303 245 202 0 17 41 30 40 43 100
Binary 11000011 10100101 10000010 0 1111 100001 11000 100000 100011 1000000

Color Harmonies of #C3A582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A582

Black with #C3A582

Text Example


Text Example

White with #C3A582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A582; }

 p { color: rgb(195,165,130); }

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

background-color css

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

 a { background-color: rgb(195,165,130); }

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

border-color css

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

 span { border-color: rgb(195,165,130); }

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