Html Css Color HEX #C2A593 Rodeo Dust

📋 copy color: '#C2A593'

red 194 ◦ green 165 ◦ blue 147

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

Shades of Rodeo Dust #C2A593

Tints of Rodeo Dust #C2A593

RGB

 RED value IS 194 (76.17% from 255) = 38.34%

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

 BLUE value IS 147 (57.81% from 255) = 29.05%

R = 38.34%
G = 32.61%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C2A593 (or 0xC2A593) is known color: Rodeo Dust. HEX triplet: C2, A5 and 93. RGB value is (194,165,147). Sum of RGB (Red+Green+Blue) = 194+165+147=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A593 is #3D5A6C. Grayscale: #ABABAB. Windows color (decimal): -4020845 or 9676226. OLE color: 9676226.

HSL color Cylindrical-coordinate representation of color #C2A593: hue angle of 22.98º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2A593 is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 165 147 -
CMYK 0 0.15 0.24 0.24
HSL 22.98º 0.28% 0.67% -
HSV(B) 22.98º 0.24% 0.76% -
XYZ 40.97 40.49 33.26 -
YUV 171.62 114.11 143.96 -
System Red Green Blue C M Y K H S L
Decimal 194 165 147 0 0.15 0.24 0.24 22.98 0.28 0.67
Hex C2 A5 93 0 F 18 18 17 1C 43
Octal 302 245 223 0 17 30 30 27 34 103
Binary 11000010 10100101 10010011 0 1111 11000 11000 10111 11100 1000011

Color Harmonies of #C2A593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A593

Black with #C2A593

Text Example


Text Example

White with #C2A593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A593; }

 p { color: rgb(194,165,147); }

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

background-color css

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

 a { background-color: rgb(194,165,147); }

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

border-color css

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

 span { border-color: rgb(194,165,147); }

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