Html Css Color HEX #C7A384 Rodeo Dust

📋 copy color: '#C7A384'

red 199 ◦ green 163 ◦ blue 132

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

Shades of Rodeo Dust #C7A384

Tints of Rodeo Dust #C7A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33%

 BLUE value IS 132 (51.95% from 255) = 26.72%

R = 40.28%
G = 33%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#C7A384 (or 0xC7A384) is known color: Rodeo Dust. HEX triplet: C7, A3 and 84. RGB value is (199,163,132). Sum of RGB (Red+Green+Blue) = 199+163+132=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A384 is #385C7B. Grayscale: #AAAAAA. Windows color (decimal): -3693692 or 8692679. OLE color: 8692679.

HSL color Cylindrical-coordinate representation of color #C7A384: hue angle of 27.76º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C7A384 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 163 132 -
CMYK 0 0.18 0.34 0.22
HSL 27.76º 0.37% 0.65% -
HSV(B) 27.76º 0.34% 0.78% -
XYZ 40.82 40 27.4 -
YUV 170.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 199 163 132 0 0.18 0.34 0.22 27.76 0.37 0.65
Hex C7 A3 84 0 12 22 16 1C 25 41
Octal 307 243 204 0 22 42 26 34 45 101
Binary 11000111 10100011 10000100 0 10010 100010 10110 11100 100101 1000001

Color Harmonies of #C7A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A384

Black with #C7A384

Text Example


Text Example

White with #C7A384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A384; }

 p { color: rgb(199,163,132); }

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

background-color css

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

 a { background-color: rgb(199,163,132); }

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

border-color css

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

 span { border-color: rgb(199,163,132); }

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