#C8BE4E

Color #C8BE4E Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C8BE4E

Tints of Sundance #C8BE4E

Color information

#C8BE4E (or 0xC8BE4E) is unknown color: approx Sundance. HEX triplet: C8, BE and 4E. RGB value is (200,190,78). Sum of RGB (Red+Green+Blue) = 200+190+78=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 78 (30.86% from 255 or 16.67% from 468); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE4E is #3741B1. Grayscale: #B4B4B4. Windows color (decimal): -3621298 or 5160648. OLE color: 5160648.

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

Color convert

RGB20019078-
CMYK00.050.610.22
HSL55.08º52.59%54.51%-
HSV(B)55.08º61%78.43%-
XYZ43.6149.6614.49-
YUV180.2270.31142.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.74%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 78 (30.86% from 255) = 16.67%
R=42.74%
G=40.60%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001907800.050.610.2255.0852.5954.51
HexC8BE4E053D16373537
Octal310276116057526676567
Binary11001000101111101001110010111110110110110111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE4E; }

 p { color: rgb(200,190,78); }

 H1.HeaderClassName
 {
   color: #C8BE4E;
 }
 .AnyTagClassName
 {
   color: #C8BE4E;
 }
</style>
background-color css

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

 a { background-color: rgb(200,190,78); }

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

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

 span { border-color: rgb(200,190,78); }

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