Html Css Color HEX #C3B047 Sundance

📋 copy color: '#C3B047'

red 195 ◦ green 176 ◦ blue 71

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

Shades of Sundance #C3B047

Tints of Sundance #C3B047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.06%

R = 44.12%
G = 39.82%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C3B047 (or 0xC3B047) is known color: Sundance. HEX triplet: C3, B0 and 47. RGB value is (195,176,71). Sum of RGB (Red+Green+Blue) = 195+176+71=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 71 (28.12% from 255 or 16.06% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3B047 is #3C4FB8. Grayscale: #AAAAAA. Windows color (decimal): -3952569 or 4698307. OLE color: 4698307.

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

Color convert

RGB 195 176 71 -
CMYK 0 0.10 0.64 0.24
HSL 50.81º 0.51% 0.52% -
HSV(B) 50.81º 0.64% 0.76% -
XYZ 39.17 43.11 12.22 -
YUV 169.71 72.29 146.04 -
System Red Green Blue C M Y K H S L
Decimal 195 176 71 0 0.10 0.64 0.24 50.81 0.51 0.52
Hex C3 B0 47 0 A 40 18 33 33 34
Octal 303 260 107 0 12 100 30 63 63 64
Binary 11000011 10110000 1000111 0 1010 1000000 11000 110011 110011 110100

Color Harmonies of #C3B047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B047

Black with #C3B047

Text Example


Text Example

White with #C3B047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B047; }

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

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

background-color css

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

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

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

border-color css

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

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

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