Html Css Color HEX #C8B249 Sundance

📋 copy color: '#C8B249'

red 200 ◦ green 178 ◦ blue 73

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

Shades of Sundance #C8B249

Tints of Sundance #C8B249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.47%

 BLUE value IS 73 (28.91% from 255) = 16.19%

R = 44.35%
G = 39.47%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8B249 (or 0xC8B249) is known color: Sundance. HEX triplet: C8, B2 and 49. RGB value is (200,178,73). Sum of RGB (Red+Green+Blue) = 200+178+73=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 178 (69.92% from 255 or 39.47% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B249 is #374DB6. Grayscale: #ADADAD. Windows color (decimal): -3624375 or 4829896. OLE color: 4829896.

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

Color convert

RGB 200 178 73 -
CMYK 0 0.11 0.64 0.22
HSL 49.61º 0.54% 0.54% -
HSV(B) 49.61º 0.64% 0.78% -
XYZ 40.94 44.6 12.75 -
YUV 172.61 71.79 147.54 -
System Red Green Blue C M Y K H S L
Decimal 200 178 73 0 0.11 0.64 0.22 49.61 0.54 0.54
Hex C8 B2 49 0 B 40 16 32 36 36
Octal 310 262 111 0 13 100 26 62 66 66
Binary 11001000 10110010 1001001 0 1011 1000000 10110 110010 110110 110110

Color Harmonies of #C8B249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B249

Black with #C8B249

Text Example


Text Example

White with #C8B249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B249; }

 p { color: rgb(200,178,73); }

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

background-color css

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

 a { background-color: rgb(200,178,73); }

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

border-color css

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

 span { border-color: rgb(200,178,73); }

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