Html Css Color HEX #C4B755 Sundance

📋 copy color: '#C4B755'

red 196 ◦ green 183 ◦ blue 85

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

Shades of Sundance #C4B755

Tints of Sundance #C4B755

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.44%

 BLUE value IS 85 (33.59% from 255) = 18.32%

R = 42.24%
G = 39.44%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C4B755 (or 0xC4B755) is known color: Sundance. HEX triplet: C4, B7 and 55. RGB value is (196,183,85). Sum of RGB (Red+Green+Blue) = 196+183+85=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B755 is #3B48AA. Grayscale: #B0B0B0. Windows color (decimal): -3885227 or 5617604. OLE color: 5617604.

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

Color convert

RGB 196 183 85 -
CMYK 0 0.07 0.57 0.23
HSL 52.97º 0.48% 0.55% -
HSV(B) 52.97º 0.57% 0.77% -
XYZ 41.34 46.26 15.34 -
YUV 175.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 196 183 85 0 0.07 0.57 0.23 52.97 0.48 0.55
Hex C4 B7 55 0 7 39 17 35 30 37
Octal 304 267 125 0 7 71 27 65 60 67
Binary 11000100 10110111 1010101 0 111 111001 10111 110101 110000 110111

Color Harmonies of #C4B755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B755

Black with #C4B755

Text Example


Text Example

White with #C4B755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B755; }

 p { color: rgb(196,183,85); }

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

background-color css

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

 a { background-color: rgb(196,183,85); }

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

border-color css

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

 span { border-color: rgb(196,183,85); }

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