Html Css Color HEX #C6A07D Rodeo Dust

📋 copy color: '#C6A07D'

red 198 ◦ green 160 ◦ blue 125

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

Shades of Rodeo Dust #C6A07D

Tints of Rodeo Dust #C6A07D

RGB

 RED value IS 198 (77.73% from 255) = 40.99%

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

 BLUE value IS 125 (49.22% from 255) = 25.88%

R = 40.99%
G = 33.13%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6A07D (or 0xC6A07D) is known color: Rodeo Dust. HEX triplet: C6, A0 and 7D. RGB value is (198,160,125). Sum of RGB (Red+Green+Blue) = 198+160+125=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A07D is #395F82. Grayscale: #A7A7A7. Windows color (decimal): -3760003 or 8233158. OLE color: 8233158.

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

Color convert

RGB 198 160 125 -
CMYK 0 0.19 0.37 0.22
HSL 28.77º 0.39% 0.63% -
HSV(B) 28.77º 0.37% 0.78% -
XYZ 39.56 38.63 24.77 -
YUV 167.37 104.09 149.85 -
System Red Green Blue C M Y K H S L
Decimal 198 160 125 0 0.19 0.37 0.22 28.77 0.39 0.63
Hex C6 A0 7D 0 13 25 16 1D 27 3F
Octal 306 240 175 0 23 45 26 35 47 77
Binary 11000110 10100000 1111101 0 10011 100101 10110 11101 100111 111111

Color Harmonies of #C6A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A07D

Black with #C6A07D

Text Example


Text Example

White with #C6A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A07D; }

 p { color: rgb(198,160,125); }

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

background-color css

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

 a { background-color: rgb(198,160,125); }

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

border-color css

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

 span { border-color: rgb(198,160,125); }

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