Html Css Color HEX #C6A488 Rodeo Dust

📋 copy color: '#C6A488'

red 198 ◦ green 164 ◦ blue 136

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

Shades of Rodeo Dust #C6A488

Tints of Rodeo Dust #C6A488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.93%

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

R = 39.76%
G = 32.93%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.22

RGB Variations

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

Color information

#C6A488 (or 0xC6A488) is known color: Rodeo Dust. HEX triplet: C6, A4 and 88. RGB value is (198,164,136). Sum of RGB (Red+Green+Blue) = 198+164+136=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 164 (64.45% from 255 or 32.93% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A488 is #395B77. Grayscale: #ABABAB. Windows color (decimal): -3758968 or 8955078. OLE color: 8955078.

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

Color convert

RGB 198 164 136 -
CMYK 0 0.17 0.31 0.22
HSL 27.1º 0.35% 0.65% -
HSV(B) 27.1º 0.31% 0.78% -
XYZ 41.01 40.33 28.92 -
YUV 170.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 198 164 136 0 0.17 0.31 0.22 27.1 0.35 0.65
Hex C6 A4 88 0 11 1F 16 1B 23 41
Octal 306 244 210 0 21 37 26 33 43 101
Binary 11000110 10100100 10001000 0 10001 11111 10110 11011 100011 1000001

Color Harmonies of #C6A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A488

Black with #C6A488

Text Example


Text Example

White with #C6A488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A488; }

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

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

background-color css

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

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

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

border-color css

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

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

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