Html Css Color HEX #C2AF48 Sundance

📋 copy color: '#C2AF48'

red 194 ◦ green 175 ◦ blue 72

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

Shades of Sundance #C2AF48

Tints of Sundance #C2AF48

RGB

 RED value IS 194 (76.17% from 255) = 43.99%

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

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

R = 43.99%
G = 39.68%
B = 16.33%

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

#C2AF48 (or 0xC2AF48) is known color: Sundance. HEX triplet: C2, AF and 48. RGB value is (194,175,72). Sum of RGB (Red+Green+Blue) = 194+175+72=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF48 is #3D50B7. Grayscale: #A9A9A9. Windows color (decimal): -4018360 or 4763586. OLE color: 4763586.

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

Color convert

RGB 194 175 72 -
CMYK 0 0.10 0.63 0.24
HSL 50.66º 0.5% 0.52% -
HSV(B) 50.66º 0.63% 0.76% -
XYZ 38.75 42.6 12.31 -
YUV 168.94 73.29 145.88 -
System Red Green Blue C M Y K H S L
Decimal 194 175 72 0 0.10 0.63 0.24 50.66 0.5 0.52
Hex C2 AF 48 0 A 3F 18 33 32 34
Octal 302 257 110 0 12 77 30 63 62 64
Binary 11000010 10101111 1001000 0 1010 111111 11000 110011 110010 110100

Color Harmonies of #C2AF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2AF48

Black with #C2AF48

Text Example


Text Example

White with #C2AF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2AF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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