Html Css Color HEX #C4A68D Rodeo Dust

📋 copy color: '#C4A68D'

red 196 ◦ green 166 ◦ blue 141

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

Shades of Rodeo Dust #C4A68D

Tints of Rodeo Dust #C4A68D

RGB

 RED value IS 196 (76.95% from 255) = 38.97%

 GREEN value IS 166 (65.23% from 255) = 33%

 BLUE value IS 141 (55.47% from 255) = 28.03%

R = 38.97%
G = 33%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4A68D (or 0xC4A68D) is known color: Rodeo Dust. HEX triplet: C4, A6 and 8D. RGB value is (196,166,141). Sum of RGB (Red+Green+Blue) = 196+166+141=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 166 (65.23% from 255 or 33.00% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A68D is #3B5972. Grayscale: #ACACAC. Windows color (decimal): -3889523 or 9283268. OLE color: 9283268.

HSL color Cylindrical-coordinate representation of color #C4A68D: hue angle of 27.27º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4A68D is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 166 141 -
CMYK 0 0.15 0.28 0.23
HSL 27.27º 0.32% 0.66% -
HSV(B) 27.27º 0.28% 0.77% -
XYZ 41.21 40.93 30.93 -
YUV 172.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 196 166 141 0 0.15 0.28 0.23 27.27 0.32 0.66
Hex C4 A6 8D 0 F 1C 17 1B 20 42
Octal 304 246 215 0 17 34 27 33 40 102
Binary 11000100 10100110 10001101 0 1111 11100 10111 11011 100000 1000010

Color Harmonies of #C4A68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A68D

Black with #C4A68D

Text Example


Text Example

White with #C4A68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A68D; }

 p { color: rgb(196,166,141); }

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

background-color css

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

 a { background-color: rgb(196,166,141); }

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

border-color css

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

 span { border-color: rgb(196,166,141); }

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