Html Css Color HEX #C3A64B Sundance

📋 copy color: '#C3A64B'

red 195 ◦ green 166 ◦ blue 75

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

Shades of Sundance #C3A64B

Tints of Sundance #C3A64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.07%

 BLUE value IS 75 (29.69% from 255) = 17.2%

R = 44.72%
G = 38.07%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3A64B (or 0xC3A64B) is known color: Sundance. HEX triplet: C3, A6 and 4B. RGB value is (195,166,75). Sum of RGB (Red+Green+Blue) = 195+166+75=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 166 (65.23% from 255 or 38.07% from 436); Blue value is 75 (29.69% from 255 or 17.20% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A64B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A64B is #3C59B4. Grayscale: #A4A4A4. Windows color (decimal): -3955125 or 4957891. OLE color: 4957891.

HSL color Cylindrical-coordinate representation of color #C3A64B: hue angle of 45.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3A64B is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 166 75 -
CMYK 0 0.15 0.62 0.24
HSL 45.5º 0.5% 0.53% -
HSV(B) 45.5º 0.62% 0.76% -
XYZ 37.41 39.38 12.29 -
YUV 164.3 77.61 149.9 -
System Red Green Blue C M Y K H S L
Decimal 195 166 75 0 0.15 0.62 0.24 45.5 0.5 0.53
Hex C3 A6 4B 0 F 3E 18 2E 32 35
Octal 303 246 113 0 17 76 30 56 62 65
Binary 11000011 10100110 1001011 0 1111 111110 11000 101110 110010 110101

Color Harmonies of #C3A64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A64B

Black with #C3A64B

Text Example


Text Example

White with #C3A64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A64B; }

 p { color: rgb(195,166,75); }

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

background-color css

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

 a { background-color: rgb(195,166,75); }

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

border-color css

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

 span { border-color: rgb(195,166,75); }

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