Html Css Color HEX #C7A28E Rodeo Dust

📋 copy color: '#C7A28E'

red 199 ◦ green 162 ◦ blue 142

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

Shades of Rodeo Dust #C7A28E

Tints of Rodeo Dust #C7A28E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.21%

 BLUE value IS 142 (55.86% from 255) = 28.23%

R = 39.56%
G = 32.21%
B = 28.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C7A28E (or 0xC7A28E) is known color: Rodeo Dust. HEX triplet: C7, A2 and 8E. RGB value is (199,162,142). Sum of RGB (Red+Green+Blue) = 199+162+142=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A28E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A28E is #385D71. Grayscale: #AAAAAA. Windows color (decimal): -3693938 or 9347783. OLE color: 9347783.

HSL color Cylindrical-coordinate representation of color #C7A28E: hue angle of 21.05º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7A28E is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 162 142 -
CMYK 0 0.19 0.29 0.22
HSL 21.05º 0.34% 0.67% -
HSV(B) 21.05º 0.29% 0.78% -
XYZ 41.36 39.94 31.12 -
YUV 170.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 199 162 142 0 0.19 0.29 0.22 21.05 0.34 0.67
Hex C7 A2 8E 0 13 1D 16 15 22 43
Octal 307 242 216 0 23 35 26 25 42 103
Binary 11000111 10100010 10001110 0 10011 11101 10110 10101 100010 1000011

Color Harmonies of #C7A28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A28E

Black with #C7A28E

Text Example


Text Example

White with #C7A28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A28E; }

 p { color: rgb(199,162,142); }

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

background-color css

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

 a { background-color: rgb(199,162,142); }

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

border-color css

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

 span { border-color: rgb(199,162,142); }

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