Html Css Color HEX #C7A18A Rodeo Dust

📋 copy color: '#C7A18A'

red 199 ◦ green 161 ◦ blue 138

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

Shades of Rodeo Dust #C7A18A

Tints of Rodeo Dust #C7A18A

RGB

 RED value IS 199 (78.13% from 255) = 39.96%

 GREEN value IS 161 (63.28% from 255) = 32.33%

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

R = 39.96%
G = 32.33%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7A18A (or 0xC7A18A) is known color: Rodeo Dust. HEX triplet: C7, A1 and 8A. RGB value is (199,161,138). Sum of RGB (Red+Green+Blue) = 199+161+138=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 161 (63.28% from 255 or 32.33% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A18A is #385E75. Grayscale: #A9A9A9. Windows color (decimal): -3694198 or 9085383. OLE color: 9085383.

HSL color Cylindrical-coordinate representation of color #C7A18A: hue angle of 22.62º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C7A18A is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 161 138 -
CMYK 0 0.19 0.31 0.22
HSL 22.62º 0.35% 0.66% -
HSV(B) 22.62º 0.31% 0.78% -
XYZ 40.89 39.47 29.51 -
YUV 169.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 199 161 138 0 0.19 0.31 0.22 22.62 0.35 0.66
Hex C7 A1 8A 0 13 1F 16 17 23 42
Octal 307 241 212 0 23 37 26 27 43 102
Binary 11000111 10100001 10001010 0 10011 11111 10110 10111 100011 1000010

Color Harmonies of #C7A18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A18A

Black with #C7A18A

Text Example


Text Example

White with #C7A18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A18A; }

 p { color: rgb(199,161,138); }

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

background-color css

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

 a { background-color: rgb(199,161,138); }

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

border-color css

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

 span { border-color: rgb(199,161,138); }

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