Html Css Color HEX #C7A27F Rodeo Dust

📋 copy color: '#C7A27F'

red 199 ◦ green 162 ◦ blue 127

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

Shades of Rodeo Dust #C7A27F

Tints of Rodeo Dust #C7A27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.02%

R = 40.78%
G = 33.2%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C7A27F (or 0xC7A27F) is known color: Rodeo Dust. HEX triplet: C7, A2 and 7F. RGB value is (199,162,127). Sum of RGB (Red+Green+Blue) = 199+162+127=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 162 (63.67% from 255 or 33.20% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A27F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7A27F is #385D80. Grayscale: #A9A9A9. Windows color (decimal): -3693953 or 8364743. OLE color: 8364743.

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

Color convert

RGB 199 162 127 -
CMYK 0 0.19 0.36 0.22
HSL 29.17º 0.39% 0.64% -
HSV(B) 29.17º 0.36% 0.78% -
XYZ 40.3 39.52 25.58 -
YUV 169.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 199 162 127 0 0.19 0.36 0.22 29.17 0.39 0.64
Hex C7 A2 7F 0 13 24 16 1D 27 40
Octal 307 242 177 0 23 44 26 35 47 100
Binary 11000111 10100010 1111111 0 10011 100100 10110 11101 100111 1000000

Color Harmonies of #C7A27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7A27F

Black with #C7A27F

Text Example


Text Example

White with #C7A27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7A27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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