Html Css Color HEX #C5BB52 Sundance

📋 copy color: '#C5BB52'

red 197 ◦ green 187 ◦ blue 82

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

Shades of Sundance #C5BB52

Tints of Sundance #C5BB52

RGB

 RED value IS 197 (77.34% from 255) = 42.27%

 GREEN value IS 187 (73.44% from 255) = 40.13%

 BLUE value IS 82 (32.42% from 255) = 17.6%

R = 42.27%
G = 40.13%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C5BB52 (or 0xC5BB52) is known color: Sundance. HEX triplet: C5, BB and 52. RGB value is (197,187,82). Sum of RGB (Red+Green+Blue) = 197+187+82=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 187 (73.44% from 255 or 40.13% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BB52 is #3A44AD. Grayscale: #B2B2B2. Windows color (decimal): -3818670 or 5422021. OLE color: 5422021.

HSL color Cylindrical-coordinate representation of color #C5BB52: hue angle of 54.78º degrees, saturation: 0.5, 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 #C5BB52 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 187 82 -
CMYK 0 0.05 0.58 0.23
HSL 54.78º 0.5% 0.55% -
HSV(B) 54.78º 0.58% 0.77% -
XYZ 42.32 48.02 15.02 -
YUV 178.02 73.81 141.54 -
System Red Green Blue C M Y K H S L
Decimal 197 187 82 0 0.05 0.58 0.23 54.78 0.5 0.55
Hex C5 BB 52 0 5 3A 17 37 32 37
Octal 305 273 122 0 5 72 27 67 62 67
Binary 11000101 10111011 1010010 0 101 111010 10111 110111 110010 110111

Color Harmonies of #C5BB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BB52

Black with #C5BB52

Text Example


Text Example

White with #C5BB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BB52; }

 p { color: rgb(197,187,82); }

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

background-color css

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

 a { background-color: rgb(197,187,82); }

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

border-color css

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

 span { border-color: rgb(197,187,82); }

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