Html Css Color HEX #C8B449 Sundance

📋 copy color: '#C8B449'

red 200 ◦ green 180 ◦ blue 73

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

Shades of Sundance #C8B449

Tints of Sundance #C8B449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.74%

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

R = 44.15%
G = 39.74%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8B449 (or 0xC8B449) is known color: Sundance. HEX triplet: C8, B4 and 49. RGB value is (200,180,73). Sum of RGB (Red+Green+Blue) = 200+180+73=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B449 is #374BB6. Grayscale: #AEAEAE. Windows color (decimal): -3623863 or 4830408. OLE color: 4830408.

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

Color convert

RGB 200 180 73 -
CMYK 0 0.1 0.64 0.22
HSL 50.55º 0.54% 0.54% -
HSV(B) 50.55º 0.64% 0.78% -
XYZ 41.34 45.4 12.89 -
YUV 173.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 200 180 73 0 0.1 0.64 0.22 50.55 0.54 0.54
Hex C8 B4 49 0 A 40 16 33 36 36
Octal 310 264 111 0 12 100 26 63 66 66
Binary 11001000 10110100 1001001 0 1010 1000000 10110 110011 110110 110110

Color Harmonies of #C8B449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B449

Black with #C8B449

Text Example


Text Example

White with #C8B449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B449; }

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

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

background-color css

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

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

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

border-color css

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

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

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