Html Css Color HEX #C4A58F Rodeo Dust

📋 copy color: '#C4A58F'

red 196 ◦ green 165 ◦ blue 143

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

Shades of Rodeo Dust #C4A58F

Tints of Rodeo Dust #C4A58F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.74%

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

R = 38.89%
G = 32.74%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C4A58F (or 0xC4A58F) is known color: Rodeo Dust. HEX triplet: C4, A5 and 8F. RGB value is (196,165,143). Sum of RGB (Red+Green+Blue) = 196+165+143=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 143 (56.25% from 255 or 28.37% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A58F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A58F is #3B5A70. Grayscale: #ABABAB. Windows color (decimal): -3889777 or 9414084. OLE color: 9414084.

HSL color Cylindrical-coordinate representation of color #C4A58F: hue angle of 24.91º 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 #C4A58F is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 165 143 -
CMYK 0 0.16 0.27 0.23
HSL 24.91º 0.31% 0.66% -
HSV(B) 24.91º 0.27% 0.77% -
XYZ 41.18 40.63 31.66 -
YUV 171.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 196 165 143 0 0.16 0.27 0.23 24.91 0.31 0.66
Hex C4 A5 8F 0 10 1B 17 19 1F 42
Octal 304 245 217 0 20 33 27 31 37 102
Binary 11000100 10100101 10001111 0 10000 11011 10111 11001 11111 1000010

Color Harmonies of #C4A58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A58F

Black with #C4A58F

Text Example


Text Example

White with #C4A58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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