Html Css Color HEX #C8B649 Sundance

📋 copy color: '#C8B649'

red 200 ◦ green 182 ◦ blue 73

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

Shades of Sundance #C8B649

Tints of Sundance #C8B649

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40%

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

R = 43.96%
G = 40%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8B649 (or 0xC8B649) is known color: Sundance. HEX triplet: C8, B6 and 49. RGB value is (200,182,73). Sum of RGB (Red+Green+Blue) = 200+182+73=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 73 (28.91% from 255 or 16.04% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B649 is #3749B6. Grayscale: #AFAFAF. Windows color (decimal): -3623351 or 4830920. OLE color: 4830920.

HSL color Cylindrical-coordinate representation of color #C8B649: hue angle of 51.5º 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 #C8B649 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 182 73 -
CMYK 0 0.09 0.64 0.22
HSL 51.5º 0.54% 0.54% -
HSV(B) 51.5º 0.64% 0.78% -
XYZ 41.75 46.22 13.02 -
YUV 174.96 70.46 145.86 -
System Red Green Blue C M Y K H S L
Decimal 200 182 73 0 0.09 0.64 0.22 51.5 0.54 0.54
Hex C8 B6 49 0 9 40 16 33 36 36
Octal 310 266 111 0 11 100 26 63 66 66
Binary 11001000 10110110 1001001 0 1001 1000000 10110 110011 110110 110110

Color Harmonies of #C8B649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B649

Black with #C8B649

Text Example


Text Example

White with #C8B649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B649; }

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

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

background-color css

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

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

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

border-color css

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

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

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