Html Css Color HEX #C4B652 Sundance

📋 copy color: '#C4B652'

red 196 ◦ green 182 ◦ blue 82

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

Shades of Sundance #C4B652

Tints of Sundance #C4B652

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.57%

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

R = 42.61%
G = 39.57%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C4B652 (or 0xC4B652) is known color: Sundance. HEX triplet: C4, B6 and 52. RGB value is (196,182,82). Sum of RGB (Red+Green+Blue) = 196+182+82=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B652 is #3B49AD. Grayscale: #AFAFAF. Windows color (decimal): -3885486 or 5420740. OLE color: 5420740.

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

Color convert

RGB 196 182 82 -
CMYK 0 0.07 0.58 0.23
HSL 52.63º 0.49% 0.55% -
HSV(B) 52.63º 0.58% 0.77% -
XYZ 41.02 45.8 14.66 -
YUV 174.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 196 182 82 0 0.07 0.58 0.23 52.63 0.49 0.55
Hex C4 B6 52 0 7 3A 17 35 31 37
Octal 304 266 122 0 7 72 27 65 61 67
Binary 11000100 10110110 1010010 0 111 111010 10111 110101 110001 110111

Color Harmonies of #C4B652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B652

Black with #C4B652

Text Example


Text Example

White with #C4B652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B652; }

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

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

background-color css

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

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

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

border-color css

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

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

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