Html Css Color HEX #C7A88A Rodeo Dust

📋 copy color: '#C7A88A'

red 199 ◦ green 168 ◦ blue 138

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

Shades of Rodeo Dust #C7A88A

Tints of Rodeo Dust #C7A88A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.27%

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

R = 39.41%
G = 33.27%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7A88A (or 0xC7A88A) is known color: Rodeo Dust. HEX triplet: C7, A8 and 8A. RGB value is (199,168,138). Sum of RGB (Red+Green+Blue) = 199+168+138=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 168 (66.02% from 255 or 33.27% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A88A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A88A is #385775. Grayscale: #AEAEAE. Windows color (decimal): -3692406 or 9087175. OLE color: 9087175.

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

Color convert

RGB 199 168 138 -
CMYK 0 0.16 0.31 0.22
HSL 29.51º 0.35% 0.66% -
HSV(B) 29.51º 0.31% 0.78% -
XYZ 42.14 41.98 29.93 -
YUV 173.85 107.77 145.94 -
System Red Green Blue C M Y K H S L
Decimal 199 168 138 0 0.16 0.31 0.22 29.51 0.35 0.66
Hex C7 A8 8A 0 10 1F 16 1E 23 42
Octal 307 250 212 0 20 37 26 36 43 102
Binary 11000111 10101000 10001010 0 10000 11111 10110 11110 100011 1000010

Color Harmonies of #C7A88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A88A

Black with #C7A88A

Text Example


Text Example

White with #C7A88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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