Html Css Color HEX #C4A68B Rodeo Dust

📋 copy color: '#C4A68B'

red 196 ◦ green 166 ◦ blue 139

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

Shades of Rodeo Dust #C4A68B

Tints of Rodeo Dust #C4A68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.74%

R = 39.12%
G = 33.13%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C4A68B (or 0xC4A68B) is known color: Rodeo Dust. HEX triplet: C4, A6 and 8B. RGB value is (196,166,139). Sum of RGB (Red+Green+Blue) = 196+166+139=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A68B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A68B is #3B5974. Grayscale: #ACACAC. Windows color (decimal): -3889525 or 9152196. OLE color: 9152196.

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

Color convert

RGB 196 166 139 -
CMYK 0 0.15 0.29 0.23
HSL 28.42º 0.33% 0.66% -
HSV(B) 28.42º 0.29% 0.77% -
XYZ 41.06 40.87 30.15 -
YUV 171.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 196 166 139 0 0.15 0.29 0.23 28.42 0.33 0.66
Hex C4 A6 8B 0 F 1D 17 1C 21 42
Octal 304 246 213 0 17 35 27 34 41 102
Binary 11000100 10100110 10001011 0 1111 11101 10111 11100 100001 1000010

Color Harmonies of #C4A68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A68B

Black with #C4A68B

Text Example


Text Example

White with #C4A68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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