Html Css Color HEX #C7A089 Rodeo Dust

📋 copy color: '#C7A089'

red 199 ◦ green 160 ◦ blue 137

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

Shades of Rodeo Dust #C7A089

Tints of Rodeo Dust #C7A089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.26%

 BLUE value IS 137 (53.91% from 255) = 27.62%

R = 40.12%
G = 32.26%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7A089 (or 0xC7A089) is known color: Rodeo Dust. HEX triplet: C7, A0 and 89. RGB value is (199,160,137). Sum of RGB (Red+Green+Blue) = 199+160+137=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A089 is #385F76. Grayscale: #A9A9A9. Windows color (decimal): -3694455 or 9019591. OLE color: 9019591.

HSL color Cylindrical-coordinate representation of color #C7A089: hue angle of 22.26º degrees, saturation: 0.36, 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 #C7A089 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 160 137 -
CMYK 0 0.20 0.31 0.22
HSL 22.26º 0.36% 0.66% -
HSV(B) 22.26º 0.31% 0.78% -
XYZ 40.64 39.09 29.07 -
YUV 169.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 199 160 137 0 0.20 0.31 0.22 22.26 0.36 0.66
Hex C7 A0 89 0 14 1F 16 16 24 42
Octal 307 240 211 0 24 37 26 26 44 102
Binary 11000111 10100000 10001001 0 10100 11111 10110 10110 100100 1000010

Color Harmonies of #C7A089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A089

Black with #C7A089

Text Example


Text Example

White with #C7A089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A089; }

 p { color: rgb(199,160,137); }

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

background-color css

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

 a { background-color: rgb(199,160,137); }

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

border-color css

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

 span { border-color: rgb(199,160,137); }

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