#CB692C

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

Shades of Gold Drop #CB692C

Tints of Gold Drop #CB692C

Color information

#CB692C (or 0xCB692C) is unknown color: approx Gold Drop. HEX triplet: CB, 69 and 2C. RGB value is (203,105,44). Sum of RGB (Red+Green+Blue) = 203+105+44=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB692C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB692C is #3496D3. Grayscale: #7F7F7F. Windows color (decimal): -3446484 or 2910667. OLE color: 2910667.

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

Color convert

RGB20310544-
CMYK00.480.780.20
HSL23.02º64.37%48.43%-
HSV(B)23.02º78.33%79.61%-
XYZ30.1322.985.23-
YUV127.3580.97181.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 57.67%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 44 (17.58% from 255) = 12.5%
R=57.67%
G=29.83%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031054400.480.780.2023.0264.3748.43
HexCB692C0304E14174030
Octal31315154060116242710060
Binary1100101111010011011000110000100111010100101111000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB692C; }

 p { color: rgb(203,105,44); }

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

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

 a { background-color: rgb(203,105,44); }

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

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

 span { border-color: rgb(203,105,44); }

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