Html Css Color HEX #C4A68F Rodeo Dust

📋 copy color: '#C4A68F'

red 196 ◦ green 166 ◦ blue 143

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

Shades of Rodeo Dust #C4A68F

Tints of Rodeo Dust #C4A68F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.32%

R = 38.81%
G = 32.87%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4A68F (or 0xC4A68F) is known color: Rodeo Dust. HEX triplet: C4, A6 and 8F. RGB value is (196,166,143). Sum of RGB (Red+Green+Blue) = 196+166+143=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 166 (65.23% from 255 or 32.87% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A68F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A68F is #3B5970. Grayscale: #ACACAC. Windows color (decimal): -3889521 or 9414340. OLE color: 9414340.

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

Color convert

RGB 196 166 143 -
CMYK 0 0.15 0.27 0.23
HSL 26.04º 0.31% 0.66% -
HSV(B) 26.04º 0.27% 0.77% -
XYZ 41.36 40.99 31.72 -
YUV 172.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 196 166 143 0 0.15 0.27 0.23 26.04 0.31 0.66
Hex C4 A6 8F 0 F 1B 17 1A 1F 42
Octal 304 246 217 0 17 33 27 32 37 102
Binary 11000100 10100110 10001111 0 1111 11011 10111 11010 11111 1000010

Color Harmonies of #C4A68F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A68F

Black with #C4A68F

Text Example


Text Example

White with #C4A68F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A68F; }

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

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

background-color css

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

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

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

border-color css

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

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

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