Html Css Color HEX #C3B053 Sundance

📋 copy color: '#C3B053'

red 195 ◦ green 176 ◦ blue 83

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

Shades of Sundance #C3B053

Tints of Sundance #C3B053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.77%

 BLUE value IS 83 (32.81% from 255) = 18.28%

R = 42.95%
G = 38.77%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C3B053 (or 0xC3B053) is known color: Sundance. HEX triplet: C3, B0 and 53. RGB value is (195,176,83). Sum of RGB (Red+Green+Blue) = 195+176+83=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 176 (69.14% from 255 or 38.77% from 454); Blue value is 83 (32.81% from 255 or 18.28% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B053 is #3C4FAC. Grayscale: #ABABAB. Windows color (decimal): -3952557 or 5484739. OLE color: 5484739.

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

Color convert

RGB 195 176 83 -
CMYK 0 0.10 0.57 0.24
HSL 49.82º 0.48% 0.55% -
HSV(B) 49.82º 0.57% 0.76% -
XYZ 39.59 43.28 14.45 -
YUV 171.08 78.29 145.06 -
System Red Green Blue C M Y K H S L
Decimal 195 176 83 0 0.10 0.57 0.24 49.82 0.48 0.55
Hex C3 B0 53 0 A 39 18 32 30 37
Octal 303 260 123 0 12 71 30 62 60 67
Binary 11000011 10110000 1010011 0 1010 111001 11000 110010 110000 110111

Color Harmonies of #C3B053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B053

Black with #C3B053

Text Example


Text Example

White with #C3B053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B053; }

 p { color: rgb(195,176,83); }

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

background-color css

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

 a { background-color: rgb(195,176,83); }

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

border-color css

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

 span { border-color: rgb(195,176,83); }

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