Html Css Color HEX #C1AD4B Sundance

📋 copy color: '#C1AD4B'

red 193 ◦ green 173 ◦ blue 75

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

Shades of Sundance #C1AD4B

Tints of Sundance #C1AD4B

RGB

 RED value IS 193 (75.78% from 255) = 43.76%

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 75 (29.69% from 255) = 17.01%

R = 43.76%
G = 39.23%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C1AD4B (or 0xC1AD4B) is known color: Sundance. HEX triplet: C1, AD and 4B. RGB value is (193,173,75). Sum of RGB (Red+Green+Blue) = 193+173+75=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 75 (29.69% from 255 or 17.01% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AD4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AD4B is #3E52B4. Grayscale: #A8A8A8. Windows color (decimal): -4084405 or 4959681. OLE color: 4959681.

HSL color Cylindrical-coordinate representation of color #C1AD4B: hue angle of 49.83º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1AD4B is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 173 75 -
CMYK 0 0.10 0.61 0.24
HSL 49.83º 0.49% 0.53% -
HSV(B) 49.83º 0.61% 0.76% -
XYZ 38.21 41.73 12.7 -
YUV 167.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 193 173 75 0 0.10 0.61 0.24 49.83 0.49 0.53
Hex C1 AD 4B 0 A 3D 18 32 31 35
Octal 301 255 113 0 12 75 30 62 61 65
Binary 11000001 10101101 1001011 0 1010 111101 11000 110010 110001 110101

Color Harmonies of #C1AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1AD4B

Black with #C1AD4B

Text Example


Text Example

White with #C1AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1AD4B; }

 p { color: rgb(193,173,75); }

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

background-color css

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

 a { background-color: rgb(193,173,75); }

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

border-color css

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

 span { border-color: rgb(193,173,75); }

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