Html Css Color HEX #C4B051 Sundance

📋 copy color: '#C4B051'

red 196 ◦ green 176 ◦ blue 81

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

Shades of Sundance #C4B051

Tints of Sundance #C4B051

RGB

 RED value IS 196 (76.95% from 255) = 43.27%

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

 BLUE value IS 81 (32.03% from 255) = 17.88%

R = 43.27%
G = 38.85%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C4B051 (or 0xC4B051) is known color: Sundance. HEX triplet: C4, B0 and 51. RGB value is (196,176,81). Sum of RGB (Red+Green+Blue) = 196+176+81=453 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.27% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B051 is #3B4FAE. Grayscale: #ABABAB. Windows color (decimal): -3887023 or 5353668. OLE color: 5353668.

HSL color Cylindrical-coordinate representation of color #C4B051: hue angle of 49.57º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4B051 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 176 81 -
CMYK 0 0.10 0.59 0.23
HSL 49.57º 0.49% 0.54% -
HSV(B) 49.57º 0.59% 0.77% -
XYZ 39.78 43.38 14.06 -
YUV 171.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 196 176 81 0 0.10 0.59 0.23 49.57 0.49 0.54
Hex C4 B0 51 0 A 3B 17 32 31 36
Octal 304 260 121 0 12 73 27 62 61 66
Binary 11000100 10110000 1010001 0 1010 111011 10111 110010 110001 110110

Color Harmonies of #C4B051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B051

Black with #C4B051

Text Example


Text Example

White with #C4B051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B051; }

 p { color: rgb(196,176,81); }

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

background-color css

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

 a { background-color: rgb(196,176,81); }

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

border-color css

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

 span { border-color: rgb(196,176,81); }

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