#CB662F

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

Shades of Gold Drop #CB662F

Tints of Gold Drop #CB662F

Color information

#CB662F (or 0xCB662F) is unknown color: approx Gold Drop. HEX triplet: CB, 66 and 2F. RGB value is (203,102,47). Sum of RGB (Red+Green+Blue) = 203+102+47=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB662F is #3499D0. Grayscale: #7E7E7E. Windows color (decimal): -3447249 or 3106507. OLE color: 3106507.

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

Color convert

RGB20310247-
CMYK00.500.770.20
HSL21.15º62.4%49.02%-
HSV(B)21.15º76.85%79.61%-
XYZ29.8922.45.44-
YUV125.9383.46182.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.67%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 47 (18.75% from 255) = 13.35%
R=57.67%
G=28.98%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031024700.500.770.2021.1562.449.02
HexCB662F0324D14153e31
Octal3131465706211524257661
Binary110010111100110101111011001010011011010010101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB662F; }

 p { color: rgb(203,102,47); }

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

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

 a { background-color: rgb(203,102,47); }

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

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

 span { border-color: rgb(203,102,47); }

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