Html Css Color HEX #C4B452 Sundance

📋 copy color: '#C4B452'

red 196 ◦ green 180 ◦ blue 82

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

Shades of Sundance #C4B452

Tints of Sundance #C4B452

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.3%

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

R = 42.79%
G = 39.3%
B = 17.9%

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

#C4B452 (or 0xC4B452) is known color: Sundance. HEX triplet: C4, B4 and 52. RGB value is (196,180,82). Sum of RGB (Red+Green+Blue) = 196+180+82=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B452 is #3B4BAD. Grayscale: #AEAEAE. Windows color (decimal): -3885998 or 5420228. OLE color: 5420228.

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

Color convert

RGB 196 180 82 -
CMYK 0 0.08 0.58 0.23
HSL 51.58º 0.49% 0.55% -
HSV(B) 51.58º 0.58% 0.77% -
XYZ 40.61 44.99 14.53 -
YUV 173.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 196 180 82 0 0.08 0.58 0.23 51.58 0.49 0.55
Hex C4 B4 52 0 8 3A 17 34 31 37
Octal 304 264 122 0 10 72 27 64 61 67
Binary 11000100 10110100 1010010 0 1000 111010 10111 110100 110001 110111

Color Harmonies of #C4B452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B452

Black with #C4B452

Text Example


Text Example

White with #C4B452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B452; }

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

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

background-color css

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

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

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

border-color css

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

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

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