Html Css Color HEX #C4B552 Sundance

📋 copy color: '#C4B552'

red 196 ◦ green 181 ◦ blue 82

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

Shades of Sundance #C4B552

Tints of Sundance #C4B552

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.43%

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

R = 42.7%
G = 39.43%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C4B552 (or 0xC4B552) is known color: Sundance. HEX triplet: C4, B5 and 52. RGB value is (196,181,82). Sum of RGB (Red+Green+Blue) = 196+181+82=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B552 is #3B4AAD. Grayscale: #AEAEAE. Windows color (decimal): -3885742 or 5420484. OLE color: 5420484.

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

Color convert

RGB 196 181 82 -
CMYK 0 0.08 0.58 0.23
HSL 52.11º 0.49% 0.55% -
HSV(B) 52.11º 0.58% 0.77% -
XYZ 40.81 45.39 14.59 -
YUV 174.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 196 181 82 0 0.08 0.58 0.23 52.11 0.49 0.55
Hex C4 B5 52 0 8 3A 17 34 31 37
Octal 304 265 122 0 10 72 27 64 61 67
Binary 11000100 10110101 1010010 0 1000 111010 10111 110100 110001 110111

Color Harmonies of #C4B552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B552

Black with #C4B552

Text Example


Text Example

White with #C4B552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B552; }

 p { color: rgb(196,181,82); }

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

background-color css

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

 a { background-color: rgb(196,181,82); }

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

border-color css

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

 span { border-color: rgb(196,181,82); }

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