Html Css Color HEX #C7A38A Rodeo Dust

📋 copy color: '#C7A38A'

red 199 ◦ green 163 ◦ blue 138

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

Shades of Rodeo Dust #C7A38A

Tints of Rodeo Dust #C7A38A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.6%

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

R = 39.8%
G = 32.6%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7A38A (or 0xC7A38A) is known color: Rodeo Dust. HEX triplet: C7, A3 and 8A. RGB value is (199,163,138). Sum of RGB (Red+Green+Blue) = 199+163+138=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A38A is #385C75. Grayscale: #ABABAB. Windows color (decimal): -3693686 or 9085895. OLE color: 9085895.

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

Color convert

RGB 199 163 138 -
CMYK 0 0.18 0.31 0.22
HSL 24.59º 0.35% 0.66% -
HSV(B) 24.59º 0.31% 0.78% -
XYZ 41.24 40.17 29.63 -
YUV 170.91 109.43 148.03 -
System Red Green Blue C M Y K H S L
Decimal 199 163 138 0 0.18 0.31 0.22 24.59 0.35 0.66
Hex C7 A3 8A 0 12 1F 16 19 23 42
Octal 307 243 212 0 22 37 26 31 43 102
Binary 11000111 10100011 10001010 0 10010 11111 10110 11001 100011 1000010

Color Harmonies of #C7A38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A38A

Black with #C7A38A

Text Example


Text Example

White with #C7A38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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