Html Css Color HEX #C0A588 Rodeo Dust

📋 copy color: '#C0A588'

red 192 ◦ green 165 ◦ blue 136

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

Shades of Rodeo Dust #C0A588

Tints of Rodeo Dust #C0A588

RGB

 RED value IS 192 (75.39% from 255) = 38.95%

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

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

R = 38.95%
G = 33.47%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C0A588 (or 0xC0A588) is known color: Rodeo Dust. HEX triplet: C0, A5 and 88. RGB value is (192,165,136). Sum of RGB (Red+Green+Blue) = 192+165+136=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0A588 is #3F5A77. Grayscale: #A9A9A9. Windows color (decimal): -4151928 or 8955328. OLE color: 8955328.

HSL color Cylindrical-coordinate representation of color #C0A588: hue angle of 31.07º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C0A588 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 165 136 -
CMYK 0 0.14 0.29 0.25
HSL 31.07º 0.31% 0.64% -
HSV(B) 31.07º 0.29% 0.75% -
XYZ 39.64 39.89 28.9 -
YUV 169.77 108.95 143.86 -
System Red Green Blue C M Y K H S L
Decimal 192 165 136 0 0.14 0.29 0.25 31.07 0.31 0.64
Hex C0 A5 88 0 E 1D 19 1F 1F 40
Octal 300 245 210 0 16 35 31 37 37 100
Binary 11000000 10100101 10001000 0 1110 11101 11001 11111 11111 1000000

Color Harmonies of #C0A588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A588

Black with #C0A588

Text Example


Text Example

White with #C0A588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A588; }

 p { color: rgb(192,165,136); }

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

background-color css

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

 a { background-color: rgb(192,165,136); }

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

border-color css

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

 span { border-color: rgb(192,165,136); }

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