Html Css Color HEX #C2A54B Sundance

📋 copy color: '#C2A54B'

red 194 ◦ green 165 ◦ blue 75

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

Shades of Sundance #C2A54B

Tints of Sundance #C2A54B

RGB

 RED value IS 194 (76.17% from 255) = 44.7%

 GREEN value IS 165 (64.84% from 255) = 38.02%

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

R = 44.7%
G = 38.02%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C2A54B (or 0xC2A54B) is known color: Sundance. HEX triplet: C2, A5 and 4B. RGB value is (194,165,75). Sum of RGB (Red+Green+Blue) = 194+165+75=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 75 (29.69% from 255 or 17.28% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A54B is #3D5AB4. Grayscale: #A3A3A3. Windows color (decimal): -4020917 or 4957634. OLE color: 4957634.

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

Color convert

RGB 194 165 75 -
CMYK 0 0.15 0.61 0.24
HSL 45.38º 0.49% 0.53% -
HSV(B) 45.38º 0.61% 0.76% -
XYZ 36.97 38.89 12.21 -
YUV 163.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 194 165 75 0 0.15 0.61 0.24 45.38 0.49 0.53
Hex C2 A5 4B 0 F 3D 18 2D 31 35
Octal 302 245 113 0 17 75 30 55 61 65
Binary 11000010 10100101 1001011 0 1111 111101 11000 101101 110001 110101

Color Harmonies of #C2A54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A54B

Black with #C2A54B

Text Example


Text Example

White with #C2A54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A54B; }

 p { color: rgb(194,165,75); }

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

background-color css

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

 a { background-color: rgb(194,165,75); }

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

border-color css

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

 span { border-color: rgb(194,165,75); }

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