Html Css Color HEX #C3A585 Rodeo Dust

📋 copy color: '#C3A585'

red 195 ◦ green 165 ◦ blue 133

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

Shades of Rodeo Dust #C3A585

Tints of Rodeo Dust #C3A585

RGB

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

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

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

R = 39.55%
G = 33.47%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C3A585 (or 0xC3A585) is known color: Rodeo Dust. HEX triplet: C3, A5 and 85. RGB value is (195,165,133). Sum of RGB (Red+Green+Blue) = 195+165+133=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A585 is #3C5A7A. Grayscale: #AAAAAA. Windows color (decimal): -3955323 or 8758723. OLE color: 8758723.

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

Color convert

RGB 195 165 133 -
CMYK 0 0.15 0.32 0.24
HSL 30.97º 0.34% 0.64% -
HSV(B) 30.97º 0.32% 0.76% -
XYZ 40.19 40.21 27.83 -
YUV 170.32 106.94 145.6 -
System Red Green Blue C M Y K H S L
Decimal 195 165 133 0 0.15 0.32 0.24 30.97 0.34 0.64
Hex C3 A5 85 0 F 20 18 1F 22 40
Octal 303 245 205 0 17 40 30 37 42 100
Binary 11000011 10100101 10000101 0 1111 100000 11000 11111 100010 1000000

Color Harmonies of #C3A585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A585

Black with #C3A585

Text Example


Text Example

White with #C3A585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A585; }

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

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

background-color css

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

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

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

border-color css

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

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

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