Html Css Color HEX #C1B048 Sundance

📋 copy color: '#C1B048'

red 193 ◦ green 176 ◦ blue 72

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

Shades of Sundance #C1B048

Tints of Sundance #C1B048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.33%

R = 43.76%
G = 39.91%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C1B048 (or 0xC1B048) is known color: Sundance. HEX triplet: C1, B0 and 48. RGB value is (193,176,72). Sum of RGB (Red+Green+Blue) = 193+176+72=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B048 is #3E4FB7. Grayscale: #A9A9A9. Windows color (decimal): -4083640 or 4763841. OLE color: 4763841.

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

Color convert

RGB 193 176 72 -
CMYK 0 0.09 0.63 0.24
HSL 51.57º 0.49% 0.52% -
HSV(B) 51.57º 0.63% 0.76% -
XYZ 38.69 42.86 12.36 -
YUV 169.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 193 176 72 0 0.09 0.63 0.24 51.57 0.49 0.52
Hex C1 B0 48 0 9 3F 18 34 31 34
Octal 301 260 110 0 11 77 30 64 61 64
Binary 11000001 10110000 1001000 0 1001 111111 11000 110100 110001 110100

Color Harmonies of #C1B048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B048

Black with #C1B048

Text Example


Text Example

White with #C1B048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B048; }

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

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

background-color css

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

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

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

border-color css

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

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

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