Html Css Color HEX #C6A388 Rodeo Dust

📋 copy color: '#C6A388'

red 198 ◦ green 163 ◦ blue 136

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

Shades of Rodeo Dust #C6A388

Tints of Rodeo Dust #C6A388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.36%

R = 39.84%
G = 32.8%
B = 27.36%

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

#C6A388 (or 0xC6A388) is known color: Rodeo Dust. HEX triplet: C6, A3 and 88. RGB value is (198,163,136). Sum of RGB (Red+Green+Blue) = 198+163+136=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A388 is #395C77. Grayscale: #AAAAAA. Windows color (decimal): -3759224 or 8954822. OLE color: 8954822.

HSL color Cylindrical-coordinate representation of color #C6A388: hue angle of 26.13º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C6A388 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 163 136 -
CMYK 0 0.18 0.31 0.22
HSL 26.13º 0.35% 0.65% -
HSV(B) 26.13º 0.31% 0.78% -
XYZ 40.83 39.98 28.86 -
YUV 170.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 198 163 136 0 0.18 0.31 0.22 26.13 0.35 0.65
Hex C6 A3 88 0 12 1F 16 1A 23 41
Octal 306 243 210 0 22 37 26 32 43 101
Binary 11000110 10100011 10001000 0 10010 11111 10110 11010 100011 1000001

Color Harmonies of #C6A388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A388

Black with #C6A388

Text Example


Text Example

White with #C6A388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A388; }

 p { color: rgb(198,163,136); }

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

background-color css

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

 a { background-color: rgb(198,163,136); }

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

border-color css

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

 span { border-color: rgb(198,163,136); }

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