#CB8C1C

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

Shades of Buttercup #CB8C1C

Tints of Buttercup #CB8C1C

Color information

#CB8C1C (or 0xCB8C1C) is unknown color: approx Buttercup. HEX triplet: CB, 8C and 1C. RGB value is (203,140,28). Sum of RGB (Red+Green+Blue) = 203+140+28=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8C1C is #3473E3. Grayscale: #929292. Windows color (decimal): -3437540 or 1871051. OLE color: 1871051.

HSL color Cylindrical-coordinate representation of color #CB8C1C: hue angle of 38.4º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CB8C1C is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB20314028-
CMYK00.310.860.20
HSL38.4º75.76%45.29%-
HSV(B)38.4º86.21%79.61%-
XYZ34.2231.545.38-
YUV146.0761.37168.61-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 54.72%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 28 (11.33% from 255) = 7.55%
R=54.72%
G=37.74%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031402800.310.860.2038.475.7645.29
HexCB8C1C01F5614264c2d
Octal31321434037126244611455
Binary1100101110001100111000111111010110101001001101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C1C; }

 p { color: rgb(203,140,28); }

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

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

 a { background-color: rgb(203,140,28); }

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

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

 span { border-color: rgb(203,140,28); }

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