Html Css Color HEX #C4B145 Sundance

📋 copy color: '#C4B145'

red 196 ◦ green 177 ◦ blue 69

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

Shades of Sundance #C4B145

Tints of Sundance #C4B145

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.05%

 BLUE value IS 69 (27.34% from 255) = 15.61%

R = 44.34%
G = 40.05%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C4B145 (or 0xC4B145) is known color: Sundance. HEX triplet: C4, B1 and 45. RGB value is (196,177,69). Sum of RGB (Red+Green+Blue) = 196+177+69=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 69 (27.34% from 255 or 15.61% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B145 is #3B4EBA. Grayscale: #AAAAAA. Windows color (decimal): -3886779 or 4567492. OLE color: 4567492.

HSL color Cylindrical-coordinate representation of color #C4B145: hue angle of 51.02º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4B145 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 177 69 -
CMYK 0 0.10 0.65 0.23
HSL 51.02º 0.52% 0.52% -
HSV(B) 51.02º 0.65% 0.77% -
XYZ 39.56 43.61 11.96 -
YUV 170.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 196 177 69 0 0.10 0.65 0.23 51.02 0.52 0.52
Hex C4 B1 45 0 A 41 17 33 34 34
Octal 304 261 105 0 12 101 27 63 64 64
Binary 11000100 10110001 1000101 0 1010 1000001 10111 110011 110100 110100

Color Harmonies of #C4B145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B145

Black with #C4B145

Text Example


Text Example

White with #C4B145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B145; }

 p { color: rgb(196,177,69); }

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

background-color css

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

 a { background-color: rgb(196,177,69); }

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

border-color css

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

 span { border-color: rgb(196,177,69); }

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