Html Css Color HEX #C3A592 Rodeo Dust

📋 copy color: '#C3A592'

red 195 ◦ green 165 ◦ blue 146

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

Shades of Rodeo Dust #C3A592

Tints of Rodeo Dust #C3A592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.85%

R = 38.54%
G = 32.61%
B = 28.85%

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

#C3A592 (or 0xC3A592) is known color: Rodeo Dust. HEX triplet: C3, A5 and 92. RGB value is (195,165,146). Sum of RGB (Red+Green+Blue) = 195+165+146=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A592 is #3C5A6D. Grayscale: #ABABAB. Windows color (decimal): -3955310 or 9610691. OLE color: 9610691.

HSL color Cylindrical-coordinate representation of color #C3A592: hue angle of 23.27º 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 #C3A592 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 165 146 -
CMYK 0 0.15 0.25 0.24
HSL 23.27º 0.29% 0.67% -
HSV(B) 23.27º 0.25% 0.76% -
XYZ 41.15 40.59 32.86 -
YUV 171.8 113.44 144.54 -
System Red Green Blue C M Y K H S L
Decimal 195 165 146 0 0.15 0.25 0.24 23.27 0.29 0.67
Hex C3 A5 92 0 F 19 18 17 1D 43
Octal 303 245 222 0 17 31 30 27 35 103
Binary 11000011 10100101 10010010 0 1111 11001 11000 10111 11101 1000011

Color Harmonies of #C3A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A592

Black with #C3A592

Text Example


Text Example

White with #C3A592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A592; }

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

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

background-color css

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

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

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

border-color css

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

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

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