Html Css Color HEX #C3A58A Rodeo Dust

📋 copy color: '#C3A58A'

red 195 ◦ green 165 ◦ blue 138

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

Shades of Rodeo Dust #C3A58A

Tints of Rodeo Dust #C3A58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 39.16%
G = 33.13%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3A58A (or 0xC3A58A) is known color: Rodeo Dust. HEX triplet: C3, A5 and 8A. RGB value is (195,165,138). Sum of RGB (Red+Green+Blue) = 195+165+138=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 165 (64.84% from 255 or 33.13% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3A58A is #3C5A75. Grayscale: #ABABAB. Windows color (decimal): -3955318 or 9086403. OLE color: 9086403.

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

Color convert

RGB 195 165 138 -
CMYK 0 0.15 0.29 0.24
HSL 28.42º 0.32% 0.65% -
HSV(B) 28.42º 0.29% 0.76% -
XYZ 40.55 40.35 29.7 -
YUV 170.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 195 165 138 0 0.15 0.29 0.24 28.42 0.32 0.65
Hex C3 A5 8A 0 F 1D 18 1C 20 41
Octal 303 245 212 0 17 35 30 34 40 101
Binary 11000011 10100101 10001010 0 1111 11101 11000 11100 100000 1000001

Color Harmonies of #C3A58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A58A

Black with #C3A58A

Text Example


Text Example

White with #C3A58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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