Html Css Color HEX #C5A288 Rodeo Dust

📋 copy color: '#C5A288'

red 197 ◦ green 162 ◦ blue 136

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

Shades of Rodeo Dust #C5A288

Tints of Rodeo Dust #C5A288

RGB

 RED value IS 197 (77.34% from 255) = 39.8%

 GREEN value IS 162 (63.67% from 255) = 32.73%

 BLUE value IS 136 (53.52% from 255) = 27.47%

R = 39.8%
G = 32.73%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C5A288 (or 0xC5A288) is known color: Rodeo Dust. HEX triplet: C5, A2 and 88. RGB value is (197,162,136). Sum of RGB (Red+Green+Blue) = 197+162+136=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 162 (63.67% from 255 or 32.73% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A288 is #3A5D77. Grayscale: #A9A9A9. Windows color (decimal): -3825016 or 8954565. OLE color: 8954565.

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

Color convert

RGB 197 162 136 -
CMYK 0 0.18 0.31 0.23
HSL 25.57º 0.34% 0.65% -
HSV(B) 25.57º 0.31% 0.77% -
XYZ 40.39 39.49 28.79 -
YUV 169.5 109.1 147.61 -
System Red Green Blue C M Y K H S L
Decimal 197 162 136 0 0.18 0.31 0.23 25.57 0.34 0.65
Hex C5 A2 88 0 12 1F 17 1A 22 41
Octal 305 242 210 0 22 37 27 32 42 101
Binary 11000101 10100010 10001000 0 10010 11111 10111 11010 100010 1000001

Color Harmonies of #C5A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A288

Black with #C5A288

Text Example


Text Example

White with #C5A288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A288; }

 p { color: rgb(197,162,136); }

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

background-color css

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

 a { background-color: rgb(197,162,136); }

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

border-color css

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

 span { border-color: rgb(197,162,136); }

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