Html Css Color HEX #C8B950 Sundance

📋 copy color: '#C8B950'

red 200 ◦ green 185 ◦ blue 80

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

Shades of Sundance #C8B950

Tints of Sundance #C8B950

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.78%

 BLUE value IS 80 (31.64% from 255) = 17.2%

R = 43.01%
G = 39.78%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C8B950 (or 0xC8B950) is known color: Sundance. HEX triplet: C8, B9 and 50. RGB value is (200,185,80). Sum of RGB (Red+Green+Blue) = 200+185+80=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B950 is #3746AF. Grayscale: #B1B1B1. Windows color (decimal): -3622576 or 5290440. OLE color: 5290440.

HSL color Cylindrical-coordinate representation of color #C8B950: hue angle of 52.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8B950 is Cyan = 0, Magento = 0.08, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 185 80 -
CMYK 0 0.08 0.6 0.22
HSL 52.5º 0.52% 0.55% -
HSV(B) 52.5º 0.6% 0.78% -
XYZ 42.62 47.56 14.52 -
YUV 177.52 72.97 144.04 -
System Red Green Blue C M Y K H S L
Decimal 200 185 80 0 0.08 0.6 0.22 52.5 0.52 0.55
Hex C8 B9 50 0 8 3C 16 34 34 37
Octal 310 271 120 0 10 74 26 64 64 67
Binary 11001000 10111001 1010000 0 1000 111100 10110 110100 110100 110111

Color Harmonies of #C8B950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B950

Black with #C8B950

Text Example


Text Example

White with #C8B950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B950; }

 p { color: rgb(200,185,80); }

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

background-color css

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

 a { background-color: rgb(200,185,80); }

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

border-color css

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

 span { border-color: rgb(200,185,80); }

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