Html Css Color HEX #C1B054 Sundance

📋 copy color: '#C1B054'

red 193 ◦ green 176 ◦ blue 84

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

Shades of Sundance #C1B054

Tints of Sundance #C1B054

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.85%

 BLUE value IS 84 (33.2% from 255) = 18.54%

R = 42.6%
G = 38.85%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C1B054 (or 0xC1B054) is known color: Sundance. HEX triplet: C1, B0 and 54. RGB value is (193,176,84). Sum of RGB (Red+Green+Blue) = 193+176+84=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B054 is #3E4FAB. Grayscale: #AAAAAA. Windows color (decimal): -4083628 or 5550273. OLE color: 5550273.

HSL color Cylindrical-coordinate representation of color #C1B054: hue angle of 50.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1B054 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 176 84 -
CMYK 0 0.09 0.56 0.24
HSL 50.64º 0.47% 0.54% -
HSV(B) 50.64º 0.56% 0.76% -
XYZ 39.12 43.03 14.63 -
YUV 170.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 193 176 84 0 0.09 0.56 0.24 50.64 0.47 0.54
Hex C1 B0 54 0 9 38 18 33 2F 36
Octal 301 260 124 0 11 70 30 63 57 66
Binary 11000001 10110000 1010100 0 1001 111000 11000 110011 101111 110110

Color Harmonies of #C1B054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B054

Black with #C1B054

Text Example


Text Example

White with #C1B054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B054; }

 p { color: rgb(193,176,84); }

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

background-color css

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

 a { background-color: rgb(193,176,84); }

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

border-color css

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

 span { border-color: rgb(193,176,84); }

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