Html Css Color HEX #C3A593 Rodeo Dust

📋 copy color: '#C3A593'

red 195 ◦ green 165 ◦ blue 147

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

Shades of Rodeo Dust #C3A593

Tints of Rodeo Dust #C3A593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.99%

R = 38.46%
G = 32.54%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C3A593 (or 0xC3A593) is known color: Rodeo Dust. HEX triplet: C3, A5 and 93. RGB value is (195,165,147). Sum of RGB (Red+Green+Blue) = 195+165+147=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A593 is #3C5A6C. Grayscale: #ACACAC. Windows color (decimal): -3955309 or 9676227. OLE color: 9676227.

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

Color convert

RGB 195 165 147 -
CMYK 0 0.15 0.25 0.24
HSL 22.5º 0.29% 0.67% -
HSV(B) 22.5º 0.25% 0.76% -
XYZ 41.23 40.62 33.27 -
YUV 171.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 195 165 147 0 0.15 0.25 0.24 22.5 0.29 0.67
Hex C3 A5 93 0 F 19 18 16 1D 43
Octal 303 245 223 0 17 31 30 26 35 103
Binary 11000011 10100101 10010011 0 1111 11001 11000 10110 11101 1000011

Color Harmonies of #C3A593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A593

Black with #C3A593

Text Example


Text Example

White with #C3A593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A593; }

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

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

background-color css

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

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

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

border-color css

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

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

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