Html Css Color HEX #C7AA8B Rodeo Dust

📋 copy color: '#C7AA8B'

red 199 ◦ green 170 ◦ blue 139

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

Shades of Rodeo Dust #C7AA8B

Tints of Rodeo Dust #C7AA8B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.46%

 BLUE value IS 139 (54.69% from 255) = 27.36%

R = 39.17%
G = 33.46%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7AA8B (or 0xC7AA8B) is known color: Rodeo Dust. HEX triplet: C7, AA and 8B. RGB value is (199,170,139). Sum of RGB (Red+Green+Blue) = 199+170+139=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AA8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AA8B is #385574. Grayscale: #AFAFAF. Windows color (decimal): -3691893 or 9153223. OLE color: 9153223.

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

Color convert

RGB 199 170 139 -
CMYK 0 0.15 0.30 0.22
HSL 31º 0.35% 0.66% -
HSV(B) 31º 0.3% 0.78% -
XYZ 42.59 42.76 30.43 -
YUV 175.14 107.61 145.02 -
System Red Green Blue C M Y K H S L
Decimal 199 170 139 0 0.15 0.30 0.22 31 0.35 0.66
Hex C7 AA 8B 0 F 1E 16 1F 23 42
Octal 307 252 213 0 17 36 26 37 43 102
Binary 11000111 10101010 10001011 0 1111 11110 10110 11111 100011 1000010

Color Harmonies of #C7AA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AA8B

Black with #C7AA8B

Text Example


Text Example

White with #C7AA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AA8B; }

 p { color: rgb(199,170,139); }

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

background-color css

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

 a { background-color: rgb(199,170,139); }

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

border-color css

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

 span { border-color: rgb(199,170,139); }

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