Html Css Color HEX #C4B053 Sundance

📋 copy color: '#C4B053'

red 196 ◦ green 176 ◦ blue 83

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

Shades of Sundance #C4B053

Tints of Sundance #C4B053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.24%

R = 43.08%
G = 38.68%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C4B053 (or 0xC4B053) is known color: Sundance. HEX triplet: C4, B0 and 53. RGB value is (196,176,83). Sum of RGB (Red+Green+Blue) = 196+176+83=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4B053 is #3B4FAC. Grayscale: #ABABAB. Windows color (decimal): -3887021 or 5484740. OLE color: 5484740.

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

Color convert

RGB 196 176 83 -
CMYK 0 0.10 0.58 0.23
HSL 49.38º 0.49% 0.55% -
HSV(B) 49.38º 0.58% 0.77% -
XYZ 39.85 43.41 14.46 -
YUV 171.38 78.13 145.56 -
System Red Green Blue C M Y K H S L
Decimal 196 176 83 0 0.10 0.58 0.23 49.38 0.49 0.55
Hex C4 B0 53 0 A 3A 17 31 31 37
Octal 304 260 123 0 12 72 27 61 61 67
Binary 11000100 10110000 1010011 0 1010 111010 10111 110001 110001 110111

Color Harmonies of #C4B053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B053

Black with #C4B053

Text Example


Text Example

White with #C4B053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B053; }

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

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

background-color css

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

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

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

border-color css

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

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

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