Html Css Color HEX #C3A74E Sundance

📋 copy color: '#C3A74E'

red 195 ◦ green 167 ◦ blue 78

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

Shades of Sundance #C3A74E

Tints of Sundance #C3A74E

RGB

 RED value IS 195 (76.56% from 255) = 44.32%

 GREEN value IS 167 (65.63% from 255) = 37.95%

 BLUE value IS 78 (30.86% from 255) = 17.73%

R = 44.32%
G = 37.95%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3A74E (or 0xC3A74E) is known color: Sundance. HEX triplet: C3, A7 and 4E. RGB value is (195,167,78). Sum of RGB (Red+Green+Blue) = 195+167+78=440 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.32% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A74E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A74E is #3C58B1. Grayscale: #A5A5A5. Windows color (decimal): -3954866 or 5154755. OLE color: 5154755.

HSL color Cylindrical-coordinate representation of color #C3A74E: hue angle of 45.64º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3A74E is Cyan = 0, Magento = 0.14, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 167 78 -
CMYK 0 0.14 0.6 0.24
HSL 45.64º 0.49% 0.54% -
HSV(B) 45.64º 0.6% 0.76% -
XYZ 37.7 39.79 12.9 -
YUV 165.23 78.78 149.24 -
System Red Green Blue C M Y K H S L
Decimal 195 167 78 0 0.14 0.6 0.24 45.64 0.49 0.54
Hex C3 A7 4E 0 E 3C 18 2E 31 36
Octal 303 247 116 0 16 74 30 56 61 66
Binary 11000011 10100111 1001110 0 1110 111100 11000 101110 110001 110110

Color Harmonies of #C3A74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A74E

Black with #C3A74E

Text Example


Text Example

White with #C3A74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A74E; }

 p { color: rgb(195,167,78); }

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

background-color css

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

 a { background-color: rgb(195,167,78); }

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

border-color css

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

 span { border-color: rgb(195,167,78); }

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