Html Css Color HEX #C3AB41 Sundance

📋 copy color: '#C3AB41'

red 195 ◦ green 171 ◦ blue 65

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

Shades of Sundance #C3AB41

Tints of Sundance #C3AB41

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

 BLUE value IS 65 (25.78% from 255) = 15.08%

R = 45.24%
G = 39.68%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#C3AB41 (or 0xC3AB41) is known color: Sundance. HEX triplet: C3, AB and 41. RGB value is (195,171,65). Sum of RGB (Red+Green+Blue) = 195+171+65=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AB41 is #3C54BE. Grayscale: #A6A6A6. Windows color (decimal): -3953855 or 4303811. OLE color: 4303811.

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

Color convert

RGB 195 171 65 -
CMYK 0 0.12 0.67 0.24
HSL 48.92º 0.52% 0.51% -
HSV(B) 48.92º 0.67% 0.76% -
XYZ 38.02 41.11 10.93 -
YUV 166.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 195 171 65 0 0.12 0.67 0.24 48.92 0.52 0.51
Hex C3 AB 41 0 C 43 18 31 34 33
Octal 303 253 101 0 14 103 30 61 64 63
Binary 11000011 10101011 1000001 0 1100 1000011 11000 110001 110100 110011

Color Harmonies of #C3AB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB41

Black with #C3AB41

Text Example


Text Example

White with #C3AB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB41; }

 p { color: rgb(195,171,65); }

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

background-color css

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

 a { background-color: rgb(195,171,65); }

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

border-color css

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

 span { border-color: rgb(195,171,65); }

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