Html Css Color HEX #C7A28A Rodeo Dust

📋 copy color: '#C7A28A'

red 199 ◦ green 162 ◦ blue 138

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

Shades of Rodeo Dust #C7A28A

Tints of Rodeo Dust #C7A28A

RGB

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

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

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

R = 39.88%
G = 32.46%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C7A28A (or 0xC7A28A) is known color: Rodeo Dust. HEX triplet: C7, A2 and 8A. RGB value is (199,162,138). Sum of RGB (Red+Green+Blue) = 199+162+138=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A28A is #385D75. Grayscale: #AAAAAA. Windows color (decimal): -3693942 or 9085639. OLE color: 9085639.

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

Color convert

RGB 199 162 138 -
CMYK 0 0.19 0.31 0.22
HSL 23.61º 0.35% 0.66% -
HSV(B) 23.61º 0.31% 0.78% -
XYZ 41.06 39.82 29.57 -
YUV 170.33 109.76 148.45 -
System Red Green Blue C M Y K H S L
Decimal 199 162 138 0 0.19 0.31 0.22 23.61 0.35 0.66
Hex C7 A2 8A 0 13 1F 16 18 23 42
Octal 307 242 212 0 23 37 26 30 43 102
Binary 11000111 10100010 10001010 0 10011 11111 10110 11000 100011 1000010

Color Harmonies of #C7A28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A28A

Black with #C7A28A

Text Example


Text Example

White with #C7A28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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