Html Css Color HEX #C49F89 Rodeo Dust

📋 copy color: '#C49F89'

red 196 ◦ green 159 ◦ blue 137

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

Shades of Rodeo Dust #C49F89

Tints of Rodeo Dust #C49F89

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.32%

 BLUE value IS 137 (53.91% from 255) = 27.85%

R = 39.84%
G = 32.32%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C49F89 (or 0xC49F89) is known color: Rodeo Dust. HEX triplet: C4, 9F and 89. RGB value is (196,159,137). Sum of RGB (Red+Green+Blue) = 196+159+137=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49F89 is #3B6076. Grayscale: #A7A7A7. Windows color (decimal): -3891319 or 9019332. OLE color: 9019332.

HSL color Cylindrical-coordinate representation of color #C49F89: hue angle of 22.37º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49F89 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 159 137 -
CMYK 0 0.19 0.30 0.23
HSL 22.37º 0.33% 0.65% -
HSV(B) 22.37º 0.3% 0.77% -
XYZ 39.68 38.34 28.98 -
YUV 167.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 196 159 137 0 0.19 0.30 0.23 22.37 0.33 0.65
Hex C4 9F 89 0 13 1E 17 16 21 41
Octal 304 237 211 0 23 36 27 26 41 101
Binary 11000100 10011111 10001001 0 10011 11110 10111 10110 100001 1000001

Color Harmonies of #C49F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49F89

Black with #C49F89

Text Example


Text Example

White with #C49F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49F89; }

 p { color: rgb(196,159,137); }

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

background-color css

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

 a { background-color: rgb(196,159,137); }

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

border-color css

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

 span { border-color: rgb(196,159,137); }

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