Html Css Color HEX #C3AF47 Sundance

📋 copy color: '#C3AF47'

red 195 ◦ green 175 ◦ blue 71

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

Shades of Sundance #C3AF47

Tints of Sundance #C3AF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.1%

R = 44.22%
G = 39.68%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C3AF47 (or 0xC3AF47) is known color: Sundance. HEX triplet: C3, AF and 47. RGB value is (195,175,71). Sum of RGB (Red+Green+Blue) = 195+175+71=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF47 is #3C50B8. Grayscale: #A9A9A9. Windows color (decimal): -3952825 or 4698051. OLE color: 4698051.

HSL color Cylindrical-coordinate representation of color #C3AF47: hue angle of 50.32º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3AF47 is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 71 -
CMYK 0 0.10 0.64 0.24
HSL 50.32º 0.51% 0.52% -
HSV(B) 50.32º 0.64% 0.76% -
XYZ 38.97 42.72 12.15 -
YUV 169.12 72.63 146.46 -
System Red Green Blue C M Y K H S L
Decimal 195 175 71 0 0.10 0.64 0.24 50.32 0.51 0.52
Hex C3 AF 47 0 A 40 18 32 33 34
Octal 303 257 107 0 12 100 30 62 63 64
Binary 11000011 10101111 1000111 0 1010 1000000 11000 110010 110011 110100

Color Harmonies of #C3AF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF47

Black with #C3AF47

Text Example


Text Example

White with #C3AF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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