Html Css Color HEX #C7A88B Rodeo Dust

📋 copy color: '#C7A88B'

red 199 ◦ green 168 ◦ blue 139

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

Shades of Rodeo Dust #C7A88B

Tints of Rodeo Dust #C7A88B

RGB

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

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

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

R = 39.33%
G = 33.2%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C7A88B (or 0xC7A88B) is known color: Rodeo Dust. HEX triplet: C7, A8 and 8B. RGB value is (199,168,139). Sum of RGB (Red+Green+Blue) = 199+168+139=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A88B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A88B is #385774. Grayscale: #AEAEAE. Windows color (decimal): -3692405 or 9152711. OLE color: 9152711.

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

Color convert

RGB 199 168 139 -
CMYK 0 0.16 0.30 0.22
HSL 29º 0.35% 0.66% -
HSV(B) 29º 0.3% 0.78% -
XYZ 42.22 42.01 30.31 -
YUV 173.96 108.27 145.86 -
System Red Green Blue C M Y K H S L
Decimal 199 168 139 0 0.16 0.30 0.22 29 0.35 0.66
Hex C7 A8 8B 0 10 1E 16 1D 23 42
Octal 307 250 213 0 20 36 26 35 43 102
Binary 11000111 10101000 10001011 0 10000 11110 10110 11101 100011 1000010

Color Harmonies of #C7A88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A88B

Black with #C7A88B

Text Example


Text Example

White with #C7A88B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A88B; }

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

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

background-color css

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

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

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

border-color css

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

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

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