Html Css Color HEX #C3AB52 Sundance

📋 copy color: '#C3AB52'

red 195 ◦ green 171 ◦ blue 82

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

Shades of Sundance #C3AB52

Tints of Sundance #C3AB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.3%

R = 43.53%
G = 38.17%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C3AB52 (or 0xC3AB52) is known color: Sundance. HEX triplet: C3, AB and 52. RGB value is (195,171,82). Sum of RGB (Red+Green+Blue) = 195+171+82=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 171 (67.19% from 255 or 38.17% from 448); Blue value is 82 (32.42% from 255 or 18.30% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AB52 is #3C54AD. Grayscale: #A8A8A8. Windows color (decimal): -3953838 or 5417923. OLE color: 5417923.

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

Color convert

RGB 195 171 82 -
CMYK 0 0.12 0.58 0.24
HSL 47.26º 0.48% 0.54% -
HSV(B) 47.26º 0.58% 0.76% -
XYZ 38.59 41.34 13.93 -
YUV 168.03 79.45 147.24 -
System Red Green Blue C M Y K H S L
Decimal 195 171 82 0 0.12 0.58 0.24 47.26 0.48 0.54
Hex C3 AB 52 0 C 3A 18 2F 30 36
Octal 303 253 122 0 14 72 30 57 60 66
Binary 11000011 10101011 1010010 0 1100 111010 11000 101111 110000 110110

Color Harmonies of #C3AB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AB52

Black with #C3AB52

Text Example


Text Example

White with #C3AB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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