#CB6829

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

Shades of Gold Drop #CB6829

Tints of Gold Drop #CB6829

Color information

#CB6829 (or 0xCB6829) is unknown color: approx Gold Drop. HEX triplet: CB, 68 and 29. RGB value is (203,104,41). Sum of RGB (Red+Green+Blue) = 203+104+41=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6829 is #3497D6. Grayscale: #7E7E7E. Windows color (decimal): -3446743 or 2713803. OLE color: 2713803.

HSL color Cylindrical-coordinate representation of color #CB6829: hue angle of 23.33º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB6829 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB20310441-
CMYK00.490.800.20
HSL23.33º66.39%47.84%-
HSV(B)23.33º79.8%79.61%-
XYZ29.9822.764.91-
YUV126.4279.8182.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 58.33%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 41 (16.41% from 255) = 11.78%
R=58.33%
G=29.89%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031044100.490.800.2023.3366.3947.84
HexCB68290315014174230
Octal31315051061120242710260
Binary1100101111010001010010110001101000010100101111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6829; }

 p { color: rgb(203,104,41); }

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

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

 a { background-color: rgb(203,104,41); }

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

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

 span { border-color: rgb(203,104,41); }

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