Html Css Color HEX #C3AF48 Sundance

📋 copy color: '#C3AF48'

red 195 ◦ green 175 ◦ blue 72

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

Shades of Sundance #C3AF48

Tints of Sundance #C3AF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.29%

R = 44.12%
G = 39.59%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C3AF48 (or 0xC3AF48) is known color: Sundance. HEX triplet: C3, AF and 48. RGB value is (195,175,72). Sum of RGB (Red+Green+Blue) = 195+175+72=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF48 is #3C50B7. Grayscale: #A9A9A9. Windows color (decimal): -3952824 or 4763587. OLE color: 4763587.

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

Color convert

RGB 195 175 72 -
CMYK 0 0.10 0.63 0.24
HSL 50.24º 0.51% 0.52% -
HSV(B) 50.24º 0.63% 0.76% -
XYZ 39.01 42.73 12.32 -
YUV 169.24 73.13 146.38 -
System Red Green Blue C M Y K H S L
Decimal 195 175 72 0 0.10 0.63 0.24 50.24 0.51 0.52
Hex C3 AF 48 0 A 3F 18 32 33 34
Octal 303 257 110 0 12 77 30 62 63 64
Binary 11000011 10101111 1001000 0 1010 111111 11000 110010 110011 110100

Color Harmonies of #C3AF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF48

Black with #C3AF48

Text Example


Text Example

White with #C3AF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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