Html Css Color HEX #C8A54B Sundance

📋 copy color: '#C8A54B'

red 200 ◦ green 165 ◦ blue 75

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

Shades of Sundance #C8A54B

Tints of Sundance #C8A54B

RGB

 RED value IS 200 (78.52% from 255) = 45.45%

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

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

R = 45.45%
G = 37.5%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8A54B (or 0xC8A54B) is known color: Sundance. HEX triplet: C8, A5 and 4B. RGB value is (200,165,75). Sum of RGB (Red+Green+Blue) = 200+165+75=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 75 (29.69% from 255 or 17.05% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A54B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A54B is #375AB4. Grayscale: #A5A5A5. Windows color (decimal): -3627701 or 4957640. OLE color: 4957640.

HSL color Cylindrical-coordinate representation of color #C8A54B: hue angle of 43.2º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8A54B is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 165 75 -
CMYK 0 0.18 0.62 0.22
HSL 43.2º 0.53% 0.54% -
HSV(B) 43.2º 0.63% 0.78% -
XYZ 38.54 39.7 12.29 -
YUV 165.21 77.1 152.82 -
System Red Green Blue C M Y K H S L
Decimal 200 165 75 0 0.18 0.62 0.22 43.2 0.53 0.54
Hex C8 A5 4B 0 12 3E 16 2B 35 36
Octal 310 245 113 0 22 76 26 53 65 66
Binary 11001000 10100101 1001011 0 10010 111110 10110 101011 110101 110110

Color Harmonies of #C8A54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A54B

Black with #C8A54B

Text Example


Text Example

White with #C8A54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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