Html Css Color HEX #C7A081 Rodeo Dust

📋 copy color: '#C7A081'

red 199 ◦ green 160 ◦ blue 129

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

Shades of Rodeo Dust #C7A081

Tints of Rodeo Dust #C7A081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.43%

R = 40.78%
G = 32.79%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.22

RGB Variations

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

Color information

#C7A081 (or 0xC7A081) is known color: Rodeo Dust. HEX triplet: C7, A0 and 81. RGB value is (199,160,129). Sum of RGB (Red+Green+Blue) = 199+160+129=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A081 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A081 is #385F7E. Grayscale: #A8A8A8. Windows color (decimal): -3694463 or 8495303. OLE color: 8495303.

HSL color Cylindrical-coordinate representation of color #C7A081: hue angle of 26.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C7A081 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 160 129 -
CMYK 0 0.20 0.35 0.22
HSL 26.57º 0.38% 0.64% -
HSV(B) 26.57º 0.35% 0.78% -
XYZ 40.09 38.87 26.16 -
YUV 168.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 199 160 129 0 0.20 0.35 0.22 26.57 0.38 0.64
Hex C7 A0 81 0 14 23 16 1B 26 40
Octal 307 240 201 0 24 43 26 33 46 100
Binary 11000111 10100000 10000001 0 10100 100011 10110 11011 100110 1000000

Color Harmonies of #C7A081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A081

Black with #C7A081

Text Example


Text Example

White with #C7A081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A081; }

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

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

background-color css

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

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

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

border-color css

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

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

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