Html Css Color HEX #C3B852 Sundance

📋 copy color: '#C3B852'

red 195 ◦ green 184 ◦ blue 82

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

Shades of Sundance #C3B852

Tints of Sundance #C3B852

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.91%

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

R = 42.3%
G = 39.91%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C3B852 (or 0xC3B852) is known color: Sundance. HEX triplet: C3, B8 and 52. RGB value is (195,184,82). Sum of RGB (Red+Green+Blue) = 195+184+82=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 184 (72.27% from 255 or 39.91% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B852 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B852 is #3C47AD. Grayscale: #B0B0B0. Windows color (decimal): -3950510 or 5421251. OLE color: 5421251.

HSL color Cylindrical-coordinate representation of color #C3B852: hue angle of 54.16º 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 #C3B852 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 184 82 -
CMYK 0 0.06 0.58 0.24
HSL 54.16º 0.48% 0.54% -
HSV(B) 54.16º 0.58% 0.76% -
XYZ 41.17 46.49 14.79 -
YUV 175.66 75.14 141.79 -
System Red Green Blue C M Y K H S L
Decimal 195 184 82 0 0.06 0.58 0.24 54.16 0.48 0.54
Hex C3 B8 52 0 6 3A 18 36 30 36
Octal 303 270 122 0 6 72 30 66 60 66
Binary 11000011 10111000 1010010 0 110 111010 11000 110110 110000 110110

Color Harmonies of #C3B852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B852

Black with #C3B852

Text Example


Text Example

White with #C3B852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B852; }

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

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

background-color css

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

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

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

border-color css

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

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

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