Html Css Color HEX #C3A478 Rodeo Dust

📋 copy color: '#C3A478'

red 195 ◦ green 164 ◦ blue 120

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

Shades of Rodeo Dust #C3A478

Tints of Rodeo Dust #C3A478

RGB

 RED value IS 195 (76.56% from 255) = 40.71%

 GREEN value IS 164 (64.45% from 255) = 34.24%

 BLUE value IS 120 (47.27% from 255) = 25.05%

R = 40.71%
G = 34.24%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C3A478 (or 0xC3A478) is known color: Rodeo Dust. HEX triplet: C3, A4 and 78. RGB value is (195,164,120). Sum of RGB (Red+Green+Blue) = 195+164+120=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 164 (64.45% from 255 or 34.24% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A478 is #3C5B87. Grayscale: #A8A8A8. Windows color (decimal): -3955592 or 7906499. OLE color: 7906499.

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

Color convert

RGB 195 164 120 -
CMYK 0 0.16 0.38 0.24
HSL 35.2º 0.38% 0.62% -
HSV(B) 35.2º 0.38% 0.76% -
XYZ 39.17 39.51 23.33 -
YUV 168.25 100.77 147.08 -
System Red Green Blue C M Y K H S L
Decimal 195 164 120 0 0.16 0.38 0.24 35.2 0.38 0.62
Hex C3 A4 78 0 10 26 18 23 26 3E
Octal 303 244 170 0 20 46 30 43 46 76
Binary 11000011 10100100 1111000 0 10000 100110 11000 100011 100110 111110

Color Harmonies of #C3A478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A478

Black with #C3A478

Text Example


Text Example

White with #C3A478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A478; }

 p { color: rgb(195,164,120); }

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

background-color css

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

 a { background-color: rgb(195,164,120); }

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

border-color css

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

 span { border-color: rgb(195,164,120); }

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