Html Css Color HEX #C3AF4E Sundance

📋 copy color: '#C3AF4E'

red 195 ◦ green 175 ◦ blue 78

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

Shades of Sundance #C3AF4E

Tints of Sundance #C3AF4E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.06%

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

R = 43.53%
G = 39.06%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.6

 K value IS 0.24

RGB Variations

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

Color information

#C3AF4E (or 0xC3AF4E) is known color: Sundance. HEX triplet: C3, AF and 4E. RGB value is (195,175,78). Sum of RGB (Red+Green+Blue) = 195+175+78=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF4E is #3C50B1. Grayscale: #AAAAAA. Windows color (decimal): -3952818 or 5156803. OLE color: 5156803.

HSL color Cylindrical-coordinate representation of color #C3AF4E: hue angle of 49.74º 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 #C3AF4E is Cyan = 0, Magento = 0.10, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 78 -
CMYK 0 0.10 0.6 0.24
HSL 49.74º 0.49% 0.54% -
HSV(B) 49.74º 0.6% 0.76% -
XYZ 39.21 42.81 13.4 -
YUV 169.92 76.13 145.89 -
System Red Green Blue C M Y K H S L
Decimal 195 175 78 0 0.10 0.6 0.24 49.74 0.49 0.54
Hex C3 AF 4E 0 A 3C 18 32 31 36
Octal 303 257 116 0 12 74 30 62 61 66
Binary 11000011 10101111 1001110 0 1010 111100 11000 110010 110001 110110

Color Harmonies of #C3AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF4E

Black with #C3AF4E

Text Example


Text Example

White with #C3AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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